Skip to content

Commit

Permalink
chore: spell correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Sep 4, 2024
1 parent 2d8df41 commit 313130c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ Amplify.configure({
```
#### Option to specify a redirect URL upon signOut
If you have multiple redirect urls configured, you may choose to override the default behavior of selecting a redirect url and provide the one of your choosing when calling `signOut`. The provided redirect url should match atleast one of the configured redirect urls. If no redirect url is provided to `signOut`, the first item from the the configured redirect urls list that does not contain a http nor https prefix will be picked.
If you have multiple redirect urls configured, you may choose to override the default behavior of selecting a redirect url and provide the one of your choosing when calling `signOut`. The provided redirect url should match at least one of the configured redirect urls. If no redirect url is provided to `signOut`, the first item from the the configured redirect urls list that does not contain a http nor https prefix will be picked.
```ts
import { Amplify } from 'aws-amplify';
Expand Down Expand Up @@ -1012,7 +1012,7 @@ function App() {
</Accordion>
#### Option to specify a redirect URL upon signOut
If you have multiple redirect urls configured, you may choose to override the default behavior of selecting a redirect url and provide the one of your choosing when calling `signOut`. The provided redirect url should match atleast one of the configured redirect urls. If no redirect url is provided to `signOut`, one will be selected based on the current app domain.
If you have multiple redirect urls configured, you may choose to override the default behavior of selecting a redirect url and provide the one of your choosing when calling `signOut`. The provided redirect url should match at least one of the configured redirect urls. If no redirect url is provided to `signOut`, one will be selected based on the current app domain.
```ts
import { Amplify } from 'aws-amplify';
Expand Down

0 comments on commit 313130c

Please sign in to comment.