diff --git a/docs/contributor/05-10-e2e_tests.md b/docs/contributor/05-10-e2e_tests.md index 61a5ac189b..a9412fbcfc 100644 --- a/docs/contributor/05-10-e2e_tests.md +++ b/docs/contributor/05-10-e2e_tests.md @@ -133,7 +133,7 @@ The test executes the following steps: The test executes the following steps: 1. Provisions a Kyma runtime cluster. 2. Creates a binding and saves the returned kubeconfig. -3. Inits a k8s client with the returned kubeconfig. +3. Initializes a Kubernetes client with the returned kubeconfig. 4. Tries to fetch a secret. 5. Deprovisions the Kyma runtime instance and cleans up the resources.