Small typos (#116)

* tat -> that

* yoy -> you
This commit is contained in:
Jie 2022-01-19 22:28:42 +09:00 committed by GitHub
parent 8d78544bc4
commit bbc6ce4365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 833 additions and 4 deletions

831
docs.json

File diff suppressed because one or more lines are too long

View File

@ -53,7 +53,7 @@ Development process loop, which is:
implementation. You should not add support for new patterns, as you will
want to write tests for those first.
Then repeat for every pattern yoy wish to handle.
Then repeat for every pattern you wish to handle.
## Have a good title

View File

@ -78,7 +78,7 @@ error node =
Rule.error
{ message = "Don't use NoOp, give it a better name"
, details =
[ "A Msg name should explain what happened. NoOp means tat nothing happened."
[ "A Msg name should explain what happened. NoOp means that nothing happened."
, "Even if you don't care about handling the event, give it a name that describes what happened."
, "@noahzgordon's talk on it: https://www.youtube.com/watch?v=w6OVDBqergc"
]

View File

@ -12,7 +12,7 @@ message =
details : List String
details =
[ "A Msg name should explain what happened. NoOp means tat nothing happened."
[ "A Msg name should explain what happened. NoOp means that nothing happened."
, "Even if you don't care about handling the event, give it a name that describes what happened."
, "@noahzgordon's talk on it: https://www.youtube.com/watch?v=w6OVDBqergc"
]