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 277f607 commit e585088Copy full SHA for e585088
src/generators/llms-txt/index.mjs
@@ -31,7 +31,7 @@ export default {
31
32
const introductionEntries = [
33
`- [About this documentation](${LATEST_DOC_API_BASE_URL}/api/documentation.md)`,
34
- `- [Usage and example](${LATEST_DOC_API_BASE_URL}/api/synopsis.md)`,
+ `- [Usage and examples](${LATEST_DOC_API_BASE_URL}/api/synopsis.md)`,
35
];
36
37
const filledTemplate = template
0 commit comments