From cf7d86ff631490fa3329617816883b77d604f28d Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Wed, 19 Jun 2019 11:41:54 +0200 Subject: [PATCH] fix: typo in FAQ.md --- site/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/faq.md b/site/faq.md index 184daf728..e138f9213 100644 --- a/site/faq.md +++ b/site/faq.md @@ -15,7 +15,7 @@ the YAML manifests from `cloud.weave.works`. ## Disabling Scope Write Access -Can be done by using the `probe.no-controls` option and set it to false for the scope agents. This can be done in the scope deployment manifest under the `weave-scope-agent`'s argument section with `—probe.no-control=true`. +Can be done by using the `probe.no-controls` option and set it to false for the scope agents. This can be done in the scope deployment manifest under the `weave-scope-agent`'s argument section with `—probe.no-controls=true`. ## RBAC and Weave Scope OSS