Skip to content

Commit 10d199b

Browse files
fix link to Dictionary API
Igalia changed the repo name from dictionary to document local dictionary.
1 parent 4c1c38b commit 10d199b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The [spellcheck](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attrib
321321
For more sophisticated browser-integrated proofreading features, it’s an open question how to address the potential conflicts. For example, for browser extensions, one option is for web developers to detect the presence of certain extensions and then decide the behavior of their own proofreading feature.
322322

323323
### Customization with user-mutable dictionary
324-
While the proposed Proofreading API corrects user input based on general knowledge, there could be cases where users would prefer to ignore correcting certain proper names, acronyms, etc. For example, the proposed [Dictionary API](https://github.com/Igalia/explainers/tree/main/dictionary-api) allows users to add and remove words from the browser’s custom dictionary to address special use cases.
324+
While the proposed Proofreading API corrects user input based on general knowledge, there could be cases where users would prefer to ignore correcting certain proper names, acronyms, etc. For example, the proposed [Dictionary API](https://github.com/Igalia/explainers/blob/main/document-local-dictionary/README.md) allows users to add and remove words from the browser’s custom dictionary to address special use cases.
325325

326326
The Proofreading API can potentially allow users to specify a custom dictionary and avoid correcting any words included in the dictionary.
327327

0 commit comments

Comments
 (0)