Skip to content

Commit 96475f1

Browse files
committed
Merge pull request #308 from gamtiq/patch-1
Add the missed comma in GETTING_STARTED.md
2 parents f7f7639 + 1508412 commit 96475f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ you want to read the code for yourself, here's a summary of how it connects
135135
to your task as a developer.
136136

137137
**Inference**: JSDoc lets you specify absolutely everything about your code:
138-
use @name to say what something is called @kind for whether it's a function
138+
use @name to say what something is called, @kind for whether it's a function
139139
or a class, @param for its parameters, and so on. But writing all of that
140140
explicitly is tedious, so where it can, `documentation` can automatically
141141
fill in @name, @kind, and @memberof tags based on its reading of the source

0 commit comments

Comments
 (0)