Skip to content

Commit e585088

Browse files
committed
fix: typo
1 parent 277f607 commit e585088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/llms-txt/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131

3232
const introductionEntries = [
3333
`- [About this documentation](${LATEST_DOC_API_BASE_URL}/api/documentation.md)`,
34-
`- [Usage and example](${LATEST_DOC_API_BASE_URL}/api/synopsis.md)`,
34+
`- [Usage and examples](${LATEST_DOC_API_BASE_URL}/api/synopsis.md)`,
3535
];
3636

3737
const filledTemplate = template

0 commit comments

Comments
 (0)