Skip to content

Commit

Permalink
📚 docs: fix link to overrides info
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-t-b committed Jul 2, 2024
1 parent 425dff6 commit af29364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type { Word, Adjective, Adverb, Noun, Verb, Options };
* Conjugates or declines a word. The part of speech will be automatically detected.
*
* @param parts The principal parts of the word as a string or array.
* @param options Additional options, such as [overrides](./README.md#overrides) or options specific to the part of speech (optional).
* @param options Additional options, such as [overrides](https://github.com/hugo-t-b/scriptor#i-stems-and-irregular-forms) or options specific to the part of speech (optional).
* @returns An object with every supported form of the word.
*
* @example Basic usage
Expand Down

0 comments on commit af29364

Please sign in to comment.