Skip to content

Commit 4609cdd

Browse files
authored
docs: fix typo migration-v6.mdx (#986)
If haven't -> If you haven't
1 parent 8616299 commit 4609cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/faqs/migration-v6.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ However, if you don't use TypeScript in your project, don't worry! IDEs like VS
2626

2727
### `shouldForwardProp` is no longer provided by default
2828

29-
If haven't migrated your styling to use [transient props (`$prefix`)](/docs/faqs#transient-props-since-5.1), you might notice React warnings about styling props getting through to the DOM in v6. To restore the v5 behavior, use `StyleSheetManager`:
29+
If you haven't migrated your styling to use [transient props (`$prefix`)](/docs/faqs#transient-props-since-5.1), you might notice React warnings about styling props getting through to the DOM in v6. To restore the v5 behavior, use `StyleSheetManager`:
3030

3131
```tsx
3232
import isPropValid from '@emotion/is-prop-valid';

0 commit comments

Comments
 (0)