Skip to content

Commit 9d21b33

Browse files
author
smartinez
committed
fixes tiny typos and toc update
1 parent 4a57f1d commit 9d21b33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [Avoid contractions](#avoid-contractions)
1212
- [Avoid context duplication](#avoid-context-duplication)
1313
- [Reflect expected result](#reflect-expected-result)
14-
- Naming functions
14+
- [Naming functions](#naming-functions)
1515
- [A/HC/LC pattern](#ahclc-pattern)
1616
- [Actions](#actions)
1717
- [Context](#context)
@@ -146,7 +146,7 @@ function getFruitsCount() {
146146
147147
### `set`
148148

149-
Declaratively sets a variable with value `A` to value `B`.
149+
Sets a declarative variable, with value `A` to value `B`.
150150

151151
```js
152152
const fruits = 0
@@ -206,7 +206,7 @@ removeFilter('price', selectedFilters)
206206
207207
### `delete`
208208

209-
Completely erazes something from the realms of existence.
209+
Completely erases something from the realms of existence.
210210

211211
Imagine you are a content editor, and there is that notorious post you wish to get rid of. Once you clicked a shiny "Delete post" button, the CMS performed a `deletePost` action, **not** `removePost`.
212212

0 commit comments

Comments
 (0)