We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee40e20 commit f5a9246Copy full SHA for f5a9246
content/en/about-getting-started.md
@@ -6,7 +6,7 @@ description: A quick-start to documenting JavaScript with JSDoc.
6
## Getting started
7
8
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
+add documentation comments directly to your source code alongside the code itself. The JSDoc
10
tool will scan your source code and generate an HTML documentation website for you.
11
12
## Adding documentation comments to your code
0 commit comments