Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Mar 24, 2024
1 parent 04c3032 commit fab2044
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class App extends React.Component {

## Optional session on a route

You can provide the `requireAuth={false}` prop when using `<SessinAuth>` as shown below:
You can provide the `requireAuth={false}` prop when using `<SessionAuth>` as shown below:

```tsx
import React from "react";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class App extends React.Component {

## Optional session on a route

You can provide the `requireAuth={false}` prop when using `<SessinAuth>` as shown below:
You can provide the `requireAuth={false}` prop when using `<SessionAuth>` as shown below:

```tsx
import React from "react";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class App extends React.Component {

## Optional session on a route

You can provide the `requireAuth={false}` prop when using `<SessinAuth>` as shown below:
You can provide the `requireAuth={false}` prop when using `<SessionAuth>` as shown below:

```tsx
import React from "react";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class App extends React.Component {

## Optional session on a route

You can provide the `requireAuth={false}` prop when using `<SessinAuth>` as shown below:
You can provide the `requireAuth={false}` prop when using `<SessionAuth>` as shown below:

```tsx
import React from "react";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class App extends React.Component {

## Optional session on a route

You can provide the `requireAuth={false}` prop when using `<SessinAuth>` as shown below:
You can provide the `requireAuth={false}` prop when using `<SessionAuth>` as shown below:

```tsx
import React from "react";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class App extends React.Component {

## Optional session on a route

You can provide the `requireAuth={false}` prop when using `<SessinAuth>` as shown below:
You can provide the `requireAuth={false}` prop when using `<SessionAuth>` as shown below:

```tsx
import React from "react";
Expand Down

0 comments on commit fab2044

Please sign in to comment.