Skip to content

Commit

Permalink
fix: Typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chonla committed Jul 28, 2024
1 parent 6050180 commit bf02b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Cotton is a markdown-formatted API specification runner. Cotton promotes the rea
## Key Features

* **Customizable Documentation**: Cotton offers intuitive syntax. You can make your API document more readable.
* **Setups and Teardowns**: Cotton allows you to to test setups and teardown.
* **Setups and Teardowns**: Cotton allows you to test setups and teardown.
* **Variables**: Cotton allows you to define initial variables and use them later.
* **Captures**: Cotton offers value capturing into variable, which help you to perform tests with dynamic data.
* **Regular Expression Assertions**: Not only simple assertions, but Cotton also provides built-in regular expression assertions.
Expand Down

0 comments on commit bf02b5b

Please sign in to comment.