diff --git a/runtime/fundamentals/linting_and_formatting.md b/runtime/fundamentals/linting_and_formatting.md index 40fddf063..afa262dd2 100644 --- a/runtime/fundamentals/linting_and_formatting.md +++ b/runtime/fundamentals/linting_and_formatting.md @@ -273,7 +273,7 @@ Use tabs instead of spaces for indentation Whether to use braces for if statements, for statements, and while statements - **Default:** `whenNotSingleLine` -- **Possible values:** `maintain`, `whenNotSingleLine`, `always`, preferNone +- **Possible values:** `maintain`, `whenNotSingleLine`, `always`, `preferNone` ### Configuration