Skip to content

Commit 0ffee46

Browse files
authored
Merge pull request #9 from christianliebel/patch-1
Fix `Proofreader` interface name
2 parents 78766d0 + 6e6595b commit 0ffee46

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
@@ -243,7 +243,7 @@ if (inputRenderIndex !== input.length){
243243
### Full API surface in Web IDL
244244
```js
245245
[Exposed=(Window,Worker), SecureContext]
246-
interface ProofreaderFactory {
246+
interface Proofreader {
247247
static Promise<Proofreader> create(optional ProofreaderCreateOptions options = {});
248248
static Promise<AIAvailability> availability(optional ProofreaderCreateCoreOptions options = {});
249249

0 commit comments

Comments
 (0)