Skip to content

Commit

Permalink
Fix typo in "Structuring Tests" page
Browse files Browse the repository at this point in the history
changing `theen` to `then`

PR-URL: #725
Credit: @yurm04
Close: #725
Reviewed-by: @isaacs
  • Loading branch information
yurm04 authored and isaacs committed Mar 31, 2021
1 parent e9484a8 commit 53bc086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/structure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ and tests the basic API. When the first bug is found, you can add a
failing test at `test/bug-description.js`, and then update the code to make
the test pass. When features are added, you can add example code at
`test/feature-description.js` that demonstrates using the feature, and
theen update the code to make it pass by implementing the feature.
then update the code to make it pass by implementing the feature.

Over time, you might end up with something like this:

Expand Down

0 comments on commit 53bc086

Please sign in to comment.