diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md
index 91b9aa2377d..4670df1b8fc 100644
--- a/docs/install/installing-istio.md
+++ b/docs/install/installing-istio.md
@@ -145,16 +145,6 @@ If there is a change in service ports (compared to that of
 `knative-local-gateway`), update the port info in the gateway accordingly.
 
 
-## Verifying your Istio installation
-
-View the status of your Istio installation to make sure the installation was
-successful. You can use `istioctl` to verify the installation:
-
-```bash
-istioctl verify-install
-```
-
-
 ## Istio resources
 
 - For the official Istio installation guide, see the
diff --git a/docs/install/operator/knative-with-operators.md b/docs/install/operator/knative-with-operators.md
index 410326f06d7..8f7f894c3e9 100644
--- a/docs/install/operator/knative-with-operators.md
+++ b/docs/install/operator/knative-with-operators.md
@@ -50,10 +50,10 @@ helm show values knative-operator/knative-operator
 
 ### Verify your Knative Operator installation
 
-1. Because the Operator is installed to the `default` namespace, ensure you set the current namespace to `default` by running the command:
+1. Because the Operator is installed to the `knative-operator` namespace, ensure you set the current namespace to `default` by running the command:
 
     ```bash
-    kubectl config set-context --current --namespace=default
+    kubectl config set-context --current --namespace=knative-operator
     ```
 
 1. Check the Operator deployment status by running the command:
diff --git a/overrides/home.html b/overrides/home.html
index 08e2e1313a8..b039b238d5e 100644
--- a/overrides/home.html
+++ b/overrides/home.html
@@ -50,7 +50,7 @@ <h1>Need to know more?</h1>
       <h1>Why serverless containers?</h1>
       <p class="normal-text-head">
         Serverless refers to running back-end programs and processes in the cloud. Serverless works on an as-used basis,
-        meaning that companies only use what they pay for. Knative is a platform-agnostic
+        meaning that companies only pay for what they use. Knative is a platform-agnostic
         solution for running serverless deployments.
       </p>
       <div class="img-table">