Skip to content

Commit feafab4

Browse files
committed
update docusaurus
1 parent ee95be5 commit feafab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ const frequencies = signal.FFT();
10991099
11001100
#### TSDoc Comments
11011101
1102-
Unlike regular comments, [TSDoc](https://tsdoc.org/) comments are encouraged because they enhance code maintainability and developer experience. They provide structured documentation that tools like IDEs, TypeScript, API generators (Swagger/OpenAPI/GraphQL) can interpret.
1102+
[TSDoc](https://tsdoc.org/) comments enhance code maintainability and developer experience by providing structured documentation that IDEs, TypeScript, and API tools (e.g., Swagger, OpenAPI, GraphQL) can interpret.
11031103
11041104
Use TSDoc comments when documenting APIs, libraries, configuration or reusable code.
11051105

0 commit comments

Comments
 (0)