Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Sep 27, 2022
1 parent b773bcf commit 78f6531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amendments.md
Expand Up @@ -2,7 +2,7 @@
* Add an array under that `id` as top level key in `amendments.json`, or complete the existing array if that `id` is already used
* Add an an object to that array with keys:
* `description`: an HTML description of what the change is,
* `dittype` (optional): defaults to "modify" (only the content of the block has changed); can also be "append" (in which case the added blocks in the editors draft should have the class `add-to-`*id*)
* `difftype` (optional): defaults to "modify" (only the content of the block has changed); can also be "append" (in which case the added blocks in the editors draft should have the class `add-to-`*id*)
* `pr`: the number of the pull request where the amendment was merged (or an array thereof),
* `type`: ["correction"](https://www.w3.org/2021/Process-20211102/#candidate-correction) or ["addition"](https://www.w3.org/2021/Process-20211102/#candidate-addition),
* `status`: ["candidate"](https://www.w3.org/2021/Process-20211102/#candidate-amendment) or ["proposed"](https://www.w3.org/2021/Process-20211102/#last-call-review),
Expand Down

0 comments on commit 78f6531

Please sign in to comment.