diff --git a/docs/serving/feature-flags.md b/docs/serving/feature-flags.md index da4551d07..d2063cde8 100644 --- a/docs/serving/feature-flags.md +++ b/docs/serving/feature-flags.md @@ -139,7 +139,7 @@ spec: * **Type**: extension * **ConfigMap key:** `kubernetes.podspec-tolerations` -This flag controls whether [node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) can be specified. +This flag controls whether [tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) can be specified. ```yaml apiVersion: serving.knative.dev/v1 diff --git a/docs/serving/samples/rest-api-go/README.md b/docs/serving/samples/rest-api-go/README.md index 3405d55dd..958e2506c 100644 --- a/docs/serving/samples/rest-api-go/README.md +++ b/docs/serving/samples/rest-api-go/README.md @@ -96,7 +96,7 @@ The Knative Service creates the following child resources: - Knative Configuration - Knative Revision - Kubernetes Deployment -- Kuberentes Service +- Kubernetes Service You can inspect the created resources with the following `kubectl` commands: