diff --git a/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md b/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md index a2128eb09e..c93b81cc59 100644 --- a/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md +++ b/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md @@ -25,7 +25,7 @@ The Juju Controller: To bootstrap a controller with constraints run the following command: ``` -juju bootstrap --contraints "mem=8GB cpu-cores=4 root-disk=128G" +juju bootstrap --constraints "mem=8GB cpu-cores=4 root-disk=128G" ``` Juju will select the cheapest instance type matching your constraints on your target cloud. You can also use the ```instance-type``` constraint in conjunction with ```root-disk``` for strict control. For more information about the constraints available, refer to the [official documentation](https://jujucharms.com/docs/stable/reference-constraints)