diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8513bf76ea..7cdb529a64 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog][kac] and this project adheres to #### Documentation * improved clarity of section about output in free code (#671) +* fixed typos (#673) ## [1.8.2] - 2022-10-19 diff --git a/docs/source/writing-tests.md b/docs/source/writing-tests.md index f356428cb5..dffe1217ac 100644 --- a/docs/source/writing-tests.md +++ b/docs/source/writing-tests.md @@ -14,7 +14,7 @@ For sample test files, see [examples](https://github.com/bats-core/bats-core/tre ## Tagging tests -Startig with version 1.8.0, Bats comes with a tagging system, that allows users +Starting with version 1.8.0, Bats comes with a tagging system that allows users to categorize their tests and filter according to those categories. Each test has a list of tags attached to it. Without specification, this list is empty.