diff --git a/content/en/docs/v3.6/feature-gates/index.md b/content/en/docs/v3.6/feature-gates/index.md index 625255c5..5b195c3a 100644 --- a/content/en/docs/v3.6/feature-gates/index.md +++ b/content/en/docs/v3.6/feature-gates/index.md @@ -28,7 +28,7 @@ To set feature gates, use the `--feature-gates` flag assigned to a list of featu --feature-gates=...,StopGRPCServiceOnDefrag=true ``` -Or specify them in YAML config file: +Or specify `feature-gates` in YAML config file: ```shell feature-gates: ...,StopGRPCServiceOnDefrag=true