10000 Fix typo · HowProgrammingWorks/API@c2c00a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2c00a5

Browse files
rptplztshemsedinov
authored andcommitted
Fix typo
1 parent 90052b2 commit c2c00a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/1-HTTP/api/resize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module.exports = async (name, k) => {
1717
const point = shape[key];
1818
resize(point, k);
1919
}
20-
return 'Shape rotated';
20+
return 'Shape resized';
2121
};

0 commit comments

Comments
 (0)
0