Skip to content

Commit fe0120e

Browse files
authored
fix(upgrade): Fix typos in core-3 change files (#7679)
1 parent b16518e commit fe0120e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/fix-upgrade-typos.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/upgrade': patch
3+
---
4+
5+
Fix typos in core-3 upgrade guide change files

packages/upgrade/src/versions/core-3/changes/clerk-expo-package-rename.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Update your imports:
1515
+ import { ClerkProvider, useUser } from '@clerk/expo';
1616
```
1717

18-
And update your package.json:
18+
And update your `package.json`:
1919

2020
```diff
2121
- "@clerk/clerk-expo": "^2.0.0",

packages/upgrade/src/versions/core-3/changes/show-optional-fields-default.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ To restore the previous behavior, explicitly set the option:
1414
appearance={{
1515
options: {
1616
showOptionalFields: true,
17-
}
17+
},
1818
}}
1919
>
20+
{/* ... */}
21+
</ClerkProvider>
2022
```

0 commit comments

Comments
 (0)