Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
osnyx authored Apr 11, 2024
1 parent b2863d2 commit bab44df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ match) and are fine the way they are. Optional matches are displayed with a
white circle (⚪️). The report also highlights those lines that weren't matched
and marked with a yellow circle (🟡).

We now the Zen is correct the way it is, so lets use more of the API to continue
We know the Zen is correct the way it is, so lets use more of the API to continue
completing the pattern.

## `continous` matches
Expand Down Expand Up @@ -213,7 +213,7 @@ special way to handle newlines both in patterns and in content.
to make your patterns more readable by grouping lines visually.

We get out of this by using the special marker `<empty-line>` in our patterns
which will match both literally for lines containing `<empty-line>`` and which
which will match both literally for lines containing `<empty-line>` and which
are empty lines:

```python
Expand Down Expand Up @@ -404,8 +404,8 @@ $ hatch run test

* [x] allow patterns expectations/tolerations/... to have names and use those to mark up the report why things matched?

* (T) DEBUG | ....
* (X) MIGRATION |
* [T] DEBUG | ....
* [X] MIGRATION |

* [x] how to deal with HTML boilerplate -> use `optional("...")`

Expand Down

0 comments on commit bab44df

Please sign in to comment.