Skip to content

Commit 310b5ee

Browse files
committed
fix typos
1 parent 8dabe06 commit 310b5ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_guides/helpers.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ and negation impacts ALL assertions after it is set, we would receive an error m
213213
`expected [object Model] not to be instance of [object Model]`. As such, please obey this general
214214
guideline when constructing chainable methods.
215215
216-
> When constructing chainable methods, the property function should only serve to set a flag
217-
> for later modifying the behavior of an existing assertion.
216+
> When constructing chainable methods, the property function should only serve to set a flag for later modifying the behavior of an existing assertion.
218217
219218
##### An Appropriate Example
220219
@@ -253,7 +252,7 @@ function assertModelAge (n) {
253252
}
254253
```
255254
256-
By now, that should be self-explanitory. Now for our property function.
255+
By now, that should be self-explanatory. Now for our property function.
257256
258257
```javascript
259258
function chainModelAge () {

0 commit comments

Comments
 (0)