Skip to content

Commit 988004e

Browse files
authored
fix(docs): fix typos on react native authenticator docs (#3068)
1 parent c14b51e commit 988004e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/pages/[platform]/connected-components/authenticator/customization/customization.headers-and-footers.react-native.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Addtionally, the subcomponents themselves have `Header` and `Footer` slots speci
2121

2222
```
2323

24-
## Subomponent Override Slots
24+
## Subcomponent Override Slots
2525

2626
The `Authenticator` subcomponents can be overridden allowing for advanced use cases:
2727

docs/src/pages/[platform]/connected-components/authenticator/headless/advanced/useAuthenticator.react-native.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function App() {
3737
return (
3838
<Authenticator.Provider>
3939
<View>
40-
<Text>Your app here<Text/>
40+
<Text>Your app here</Text>
4141
</View>
4242
</Authenticator.Provider>
4343
);

0 commit comments

Comments
 (0)