Skip to content

Commit 12844e8

Browse files
fix typos (#42)
1 parent f19c715 commit 12844e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/docs/v2/constructors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ instance.setOptions(options => ({
203203
...options.modifiers,
204204
{ name: 'eventListeners', enabled: false }
205205
]
206-
});
206+
}));
207207
```
208208

209209
```js

src/pages/docs/v2/modifiers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ adding functionality, hence the term "modifiers".
1818

1919
## Custom Modifiers
2020

21-
Is it possible to add custom modifiers, written by you, by defining them in the
21+
It is possible to add custom modifiers, written by you, by defining them in the
2222
`options.modifiers` array during a Popper instantation.
2323

2424
### Example modifier

0 commit comments

Comments
 (0)