Skip to content

Commit 13e4ba0

Browse files
Fix: Dictionary API URL
1 parent 2870e45 commit 13e4ba0

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
@@ -323,7 +323,7 @@ The [spellcheck](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attrib
323323
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.
324324
325325
### Customization with user-mutable dictionary
326-
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/pull/37) allows users to add and remove words from the browser’s custom dictionary to address special use cases.
326+
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.
327327
328328
The Proofreading API can potentially allow users to specify a custom dictionary, and avoid correcting any words included in the dictionary.
329329

0 commit comments

Comments
 (0)