From 22ec82021619f081c4c71b51c12a3908c3e42b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Mon, 26 Sep 2022 22:17:54 -0700 Subject: [PATCH] Fix typo --- docs/troubleshooting-execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting-execution.md b/docs/troubleshooting-execution.md index 479ba93bd..191ff1e39 100644 --- a/docs/troubleshooting-execution.md +++ b/docs/troubleshooting-execution.md @@ -31,7 +31,7 @@ Theodolite produces Kubernetes events, which you can view by running: kubectl describe execution <your-execution-name> ``` -## Looking the Operator Logs +## Looking at the Operator Logs If you cannot figure out why your benchmark execution fails, you might want to have look at the operator logs: -- GitLab