Skip to content

Commit 1cf8881

Browse files
committed
correct comment spelling
1 parent 79c908a commit 1cf8881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exampleSite/static/njs/echo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ function echo(r) {
2323
return r.return(200, JSON.stringify(response));
2424
}
2525

26-
// uncomment for us in NJS
26+
// uncomment for use in NJS
2727
// export default { echo }

exampleSite/static/njs/greet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ function hello(r) {
22
return r.return(200, "Hello world!");
33
}
44

5-
// uncomment for us in NJS
5+
// uncomment for use in NJS
66
// export default { hello }

0 commit comments

Comments
 (0)