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.
2 parents 78766d0 + 6e6595b commit 0ffee46Copy full SHA for 0ffee46
README.md
@@ -243,7 +243,7 @@ if (inputRenderIndex !== input.length){
243
### Full API surface in Web IDL
244
```js
245
[Exposed=(Window,Worker), SecureContext]
246
-interface ProofreaderFactory {
+interface Proofreader {
247
static Promise<Proofreader> create(optional ProofreaderCreateOptions options = {});
248
static Promise<AIAvailability> availability(optional ProofreaderCreateCoreOptions options = {});
249
0 commit comments