Skip to content

Commit f5a9246

Browse files
committed
Update content to remove comma
1 parent ee40e20 commit f5a9246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/about-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: A quick-start to documenting JavaScript with JSDoc.
66
## Getting started
77

88
JSDoc 3 is an API documentation generator for JavaScript, similar to Javadoc or phpDocumentor. You
9-
add documentation comments directly to your source code, right alongside the code itself. The JSDoc
9+
add documentation comments directly to your source code alongside the code itself. The JSDoc
1010
tool will scan your source code and generate an HTML documentation website for you.
1111

1212
## Adding documentation comments to your code

0 commit comments

Comments
 (0)