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

Fixes for some minor documentation typos #3699

Merged
merged 1 commit into from
Dec 21, 2022
Merged
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
4 changes: 2 additions & 2 deletions site/guides/namespace-provisioning-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ simplens team blueprint.
- Click the "simplens" team blueprint row to view the blueprint.
- Click the **CLONE** button.
- In the **Clone simplens** screen:
- Choose "Crete a new deployment by closing the simplens team blueprint"
- Choose "Create a new deployment by cloning the simplens team blueprint"
option.
- Click Next to proceed to the Metadata section.
- Update the deployment name to "backend".
Expand All @@ -151,7 +151,7 @@ simplens team blueprint.
- Click the **CREATE DEPLOYMENT** button.
- The next screen is the package editor screen for the new _Draft_ deployment
package you have just created. Note that the namespace across all the
namespace scoped resources have been updated to the name of the package.
namespace scoped resources has been updated to the name of the package.
- Click the **DIFF** button for any resource to view the differences between
the resource and the same resource in the upstream simplens team blueprint.
For many of the deployable resources, only the namespace will be updated.
Expand Down