Skip to content

Commit eb34516

Browse files
committed
grammar
1 parent dcf1aa1 commit eb34516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/posts/meetup-45-wrapup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ into your projects folder, then:
6868
$ gocoverageplus -i c.out -o p.out
6969
```
7070

71-
The render the report, e.g. as HTML or to stdout. A nice little TUI for
71+
Then render the report, e.g. as HTML or to stdout. A nice little TUI for
7272
coverage reports is: [gocovsh](https://github.com/orlangure/gocovsh).
7373

7474
[![](/images/gocovsh.png)](https://github.com/orlangure/gocovsh)
7575

7676
### Go scheduler overlay
7777

78-
We took another view on testing, through the lens of [timestone](https://github.com/Metamogul/timestone),
78+
We took another look on testing, through the lens of [timestone](https://github.com/Metamogul/timestone),
7979

8080
> a library to create deterministic and easy-to-understand unit tests for time-dependent, concurrent go code.
8181

0 commit comments

Comments
 (0)