Skip to content

Commit 345e228

Browse files
committed
update docusaurus
1 parent feafab4 commit 345e228

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
@@ -1101,7 +1101,7 @@ const frequencies = signal.FFT();
11011101
11021102
[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
1104-
Use TSDoc comments when documenting APIs, libraries, configuration or reusable code.
1104+
Use TSDoc comments when documenting APIs, libraries, configurations or reusable code.
11051105
11061106
```ts
11071107
/**

0 commit comments

Comments
 (0)