diff --git a/doc/configuration.md b/doc/configuration.md index 70217d1..099a973 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -34,7 +34,7 @@ x = append(x, "not y") x = append(x, y) ``` -Supproted when false: +Supported when false: ```go x := []string{}