Skip to content

Commit

Permalink
Update files/en-us/web/api/htmlelement/writingsuggestions/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Dec 16, 2024
1 parent 0f70aeb commit d83e1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following example shows how to disable writing suggestions offered by user a
```js
const element = document.querySelector("input");

// disable user agent writing suggestions offered
// disable user agent writing suggestions
element.writingSuggestions = "false";
```

Expand Down

0 comments on commit d83e1d7

Please sign in to comment.