Skip to content

Commit 426f4dc

Browse files
authored
Fix section titles
1 parent 5ea46eb commit 426f4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Aborting the creation process will reject the promise returned by `create()`, an
185185
186186
## Detailed design discussion
187187
188-
### [Proofreading correction output]
188+
### Proofreading correction output
189189
190190
For each input, the method `proofread()` returns a promise of `ProofreadResult`:
191191
@@ -242,7 +242,7 @@ if (inputRenderIndex != input.length){
242242
}
243243
```
244244
245-
### [Full API surface in Web IDL]
245+
### Full API surface in Web IDL
246246
```js
247247
[Exposed=(Window,Worker), SecureContext]
248248
interface ProofreaderFactory {

0 commit comments

Comments
 (0)