diff --git a/application-workloads/hazelcase/hazelcast-vm-cluster/scripts/logging.properties b/application-workloads/hazelcase/hazelcast-vm-cluster/scripts/logging.properties index a4bf77b2eefd..a01c065f1bf4 100644 --- a/application-workloads/hazelcase/hazelcast-vm-cluster/scripts/logging.properties +++ b/application-workloads/hazelcase/hazelcast-vm-cluster/scripts/logging.properties @@ -23,7 +23,7 @@ handlers= java.util.logging.FileHandler # Default global logging level. # This specifies which kinds of events are logged across # all loggers. For any given facility this global level -# can be overriden by a facility specific level +# can be overridden by a facility specific level # Note that the ConsoleHandler also has a separate level # setting to limit messages printed to the console. .level= INFO diff --git a/quickstarts/canonical/anbox/README.md b/quickstarts/canonical/anbox/README.md index ba95e37c1a74..7e38be1adf62 100644 --- a/quickstarts/canonical/anbox/README.md +++ b/quickstarts/canonical/anbox/README.md @@ -52,7 +52,7 @@ By default, `anbox-cloud-appliance init` (see the linked instructions in the **D #### Exposing Anbox services to the public internet -The template includes two parameters that allow the user to expose Anbox services running on the VM to the public internet. The first parameter, `exposeAnboxManagementService`, exposes the Anbox Management Service on port 8444. The second parameter, `exposeAnboxContainerServices`, exposes Anbox container services on the port range 10000-11000. When the default arguments for these parameters are not overriden, the Anbox Management Service and any container services will only be accessible from the VM. +The template includes two parameters that allow the user to expose Anbox services running on the VM to the public internet. The first parameter, `exposeAnboxManagementService`, exposes the Anbox Management Service on port 8444. The second parameter, `exposeAnboxContainerServices`, exposes Anbox container services on the port range 10000-11000. When the default arguments for these parameters are not overridden, the Anbox Management Service and any container services will only be accessible from the VM. ## Notes diff --git a/quickstarts/microsoft.documentdb/cosmosdb-create-account/README.md b/quickstarts/microsoft.documentdb/cosmosdb-create-account/README.md index 1e1b7633ecd4..2853b120fc8e 100644 --- a/quickstarts/microsoft.documentdb/cosmosdb-create-account/README.md +++ b/quickstarts/microsoft.documentdb/cosmosdb-create-account/README.md @@ -31,7 +31,7 @@ This ARM template is intended to create a **Cosmos DB Account** quickly with the `Tags : CosmosDB` ## Parameters -The following parameters has default value allowing to deploy the template as-is without providing any parameter but could be overriden at the deployment time : +The following parameters has default value allowing to deploy the template as-is without providing any parameter but could be overridden at the deployment time : `name` : Name of the Cosmos DB Account, default is a unique string calculated from the "cosmosdb" token and the resource group id.