From c224231497a9314cb5682ebefee564819d77df29 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:11:41 -0400 Subject: [PATCH] spelling: specify Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/change-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/change-notes.md b/docs/change-notes.md index 67bcd1ad0499..b48f56863c4c 100644 --- a/docs/change-notes.md +++ b/docs/change-notes.md @@ -45,7 +45,7 @@ The valid YAML properties in the metadata are: After the `---` line following the metadata, the rest of the markdown file is the user-visible content of the change note. This should usually be a single markdown bullet list entry (starting with `*`), although it is acceptable to have multiple bullet entries in the same change note if there are multiple changes that are closely related and have the same category metadata. ## Change categories -Each change note must specifiy a `category` property in its metadata. This category servers two purposes: It determines how the change affects the version number of the next release of the pack, and it is used to group related changes in the final changelog. There is one set of available categories for query packs, and another set of available categories for library packs. +Each change note must specify a `category` property in its metadata. This category servers two purposes: It determines how the change affects the version number of the next release of the pack, and it is used to group related changes in the final changelog. There is one set of available categories for query packs, and another set of available categories for library packs. ### Query pack change categories | Category | SemVer effect | Description |