Skip to content

Commit

Permalink
Grammar fix (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan V authored and benlesh committed Oct 9, 2017
1 parent 3d9cf87 commit 05e0d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/writing-marble-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ expectObservable(e1.merge(e2)).toBe(expected);
```

- The `^` characters of `hot` observables should **always** be aligned.
- The **first charactor** of `cold` observables or expected observables should **always** be aligned
- The **first character** of `cold` observables or expected observables should **always** be aligned
with each other, and with the `^` of hot observables.
- Use default emission values when you can. Specify `values` when you have to.

Expand Down

0 comments on commit 05e0d0b

Please sign in to comment.