@@ -288,7 +288,7 @@ function VerticallyCenter() {
288
288
### Changing the transition
289
289
290
290
The `Modal` comes with a scale transition by default but you can change it by
291
- passing a `motionPreset` prop, and set its value to either `slideInBottom`,
291
+ passing a `motionPreset` prop, and setting its value to either `slideInBottom`,
292
292
`slideInRight`, `scale` or `none`.
293
293
294
294
```jsx
@@ -430,7 +430,7 @@ To disable this behavior, set `useInert` to `false`.
430
430
By default the modal, alert dialog and drawer locks the focus inside them.
431
431
Normally this is what you want to maintain accessibility standards.
432
432
433
- **While strongly discourage this use case** due to the accessibility impacts,
433
+ **While we strongly discourage this use case** due to the accessibility impacts,
434
434
there are certain situations where you might not want the modal to trap focus.
435
435
436
436
To prevent focus trapping, pass `trapFocus` and set its value to `false`.
@@ -448,7 +448,7 @@ to set the `backdropFilter` prop to `auto`.
448
448
> example below included.
449
449
450
450
The `filter` property will have no effect on the background because the Modal is
451
- rendered within a `Portal`. This mean you can only style components within the
451
+ rendered within a `Portal`. This means you can only style components within the
452
452
Modal by using this property.
453
453
454
454
```jsx
0 commit comments