Skip to content
Open
4 changes: 2 additions & 2 deletions docs/content/guides/operations/workspaces/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ The following commands let you interact with Radius Environments:
{{< tabs create list show delete switch >}}

{{% codetab %}}
[rad workspace init kubernetes]({{< ref rad_workspace_create >}}) creates a new workspace:
[rad workspace create kubernetes]({{< ref rad_workspace_create >}}) creates a new workspace:

```bash
rad workspace init kubernetes
rad workspace create kubernetes
```

{{% /codetab %}}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/cli/rad_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Deploy a Bicep or ARM template

The deploy command compiles a Bicep or ARM template and deploys it to your default environment (unless otherwise specified).

You can combine Radius types as as well as other types that are available in Bicep such as Azure resources. See
You can combine Radius types as well as other types that are available in Bicep such as Azure resources. See
the Radius documentation for information about describing your application and resources with Bicep.

You can specify parameters using the '--parameter' flag ('-p' for short). Parameters can be passed as:
Expand Down
Loading