Skip to content

Commit 5ff8058

Browse files
lhoffskipjack
authored andcommitted
docs(contribute): correct an example in the writers-guide (#1727)
In a section which states the properties must be sorted alphabetically, sort the examples alphabetically.
1 parent a4bdaa2 commit 5ff8058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/contribute/writers-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ Same goes for tables.
9292

9393
The [configuration](/configuration) properties should be ordered alphabetically as well:
9494

95-
- `devServer.contentBase`
9695
- `devServer.compress`
96+
- `devServer.contentBase`
9797
- `devServer.hot`
9898

9999
### Quotes

0 commit comments

Comments
 (0)