Skip to content

Commit 06d9148

Browse files
authored
Merge pull request #552 from michaelw85/551_fix_heading_inconsistency
2 parents fea5e0c + a1ea402 commit 06d9148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation-standards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ For classes representing a collection of subcommands, we'd encourage you to use
9494

9595
* Class could have multiple examples. Please follow standards for examples on a command doc.
9696

97-
## Messages within command execution
97+
### Messages within command execution
9898

9999
```
100100
$ wp theme activate twentysixteen
@@ -110,7 +110,7 @@ Success: Switched to 'Twenty Sixteen' theme.
110110
* Roles, sidebar ID, post type key, taxonomy key must be wrapped with quotes.
111111
* Message in the context of ongoing action could end with `...`. Eg - `Downloading from https://github.com/wp-cli/wp-cli/releases/download/v0.23.1/wp-cli-0.23.1.phar...`
112112

113-
## Command parameter description
113+
### Command parameter description
114114

115115
If there is a set of allowed values for a command parameter, we have set special format (mostly similar to YAML) for default value and available options.
116116

0 commit comments

Comments
 (0)