Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo and update navigate verbiage #559

Merged
merged 2 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading