Skip to content

Commit 40cbf20

Browse files
Pendarovski, CezarPendarovski, Cezar
authored andcommitted
Fix typo in JSDoc
1 parent 4f97648 commit 40cbf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node/http/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* function that echoes its input to the caller, and returns an error if
44
* the incoming request is something other than an HTTP POST or GET.
55
*
6-
* In can be invoked with 'func invoke'
6+
* It can be invoked with 'func invoke'
77
* It can be tested with 'npm test'
88
*
99
* @param {Context} context a context object.

0 commit comments

Comments
 (0)