Skip to content

Commit

Permalink
Merge pull request #559 from etn-ccis/fix/blui-5376-typo
Browse files Browse the repository at this point in the history
Fix typo and update navigate verbiage
  • Loading branch information
surajeaton authored Mar 8, 2024
2 parents 02ed02b + aa42a04 commit 9de9fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion login-workflow/docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `RegistrationContextProvider` manages the state of the registration workflow
- **language**: _`string`_
- The language code to use for the registration workflow. This is used to determine which language to use for the UI and for the API calls.
- **navigate**: _`(destination: -1 | string) => void`_
- A function that is used to navigate to a new URL. This is used to navigate to the various screens of the registration workflow.
- A function that is used to navigate to a new URL. This is used to navigate to the various screens of the registration workflow and destination: -1 navigates back to the previous screen the user last visited.
- **routeConfig**: _`RouteConfig`_
- An object that defines the various routes for the registration workflow. See [RouteConfig](#routeconfig) for more information.
- **i18n**: (optional) _`i18n`_
Expand Down
2 changes: 1 addition & 1 deletion login-workflow/docs/screens/success.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SuccessScreenBase

A component to use as a simple success screen for a mini-1 step workflow like the Forgot Password. It renders a message, icon, and a dismiss button.
A component to use as a simple success screen for a mini 1-step workflow like the Forgot Password. It renders a message, icon, and a dismiss button.

![Success](../../media/screens/success.png)

Expand Down

0 comments on commit 9de9fa5

Please sign in to comment.