Skip to content

Commit 840c623

Browse files
committed
Use RFC2119 for second part of sentence as well (suggested by @ell1e)
1 parent 0e5af71 commit 840c623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Comments in JSONC are ignored during parsing, allowing developers to annotate th
6868

6969
The recommended file extension for JSONC documents is `.jsonc`.
7070

71-
The extension `.json` SHOULD be avoided, but is supported if a mode line is present at the start of the file:
71+
The extension `.json` SHOULD be avoided, but if it's used, there SHOULD be a mode line present at the start of the file to indicate that it's actually a JSONC file:
7272

7373
For instance:
7474
```jsonc

0 commit comments

Comments
 (0)