Skip to content

Commit 9bc1de8

Browse files
committed
Fix typos and issues in README.md
Signed-off-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
1 parent 43fcbc6 commit 9bc1de8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Testify - Thou Shalt Write Tests
99

10-
A golang set of packages that provide tools for testifying that your code will behave as you intend.
10+
A Go set of packages that provide tools for testifying that your code will behave as you intend.
1111

1212
This is the go-openapi fork of the great [testify](https://github.com/stretchr/testify) package.
1313

@@ -36,12 +36,12 @@ However, at `go-openapi` we would like to address the well-known issues in `test
3636
> With this first version of the fork, we have removed `mocks` and `suite`, which we don't use.
3737
> They might be added later on, with better controlled dependencies.
3838
>
39-
> In the forthcoming maintenances of this fork, much of the "chrome" or "ambiguous" API will be pared down.
39+
> In the forthcoming maintenance of this fork, much of the "chrome" or "ambiguous" API will be pared down.
4040
> There is no commitment yet on the stability of the API.
4141
>
4242
> Chrome would be added later: we have the "enable" packages just for that.
4343
44-
3. We hope that this endeavour will help the original project with a live-drill of what a v2 could look like.
44+
3. We hope that this endeavor will help the original project with a live-drill of what a v2 could look like.
4545
We are always happy to discuss with people who face the same problems as we do: avoid breaking changes,
4646
APIs that became bloated over a decade or so, uncontrolled dependencies, conflicting demands from users etc.
4747

@@ -118,7 +118,7 @@ Features include:
118118

119119
## Examples
120120

121-
See [the original README)(./original.md)
121+
See [the original README](./original.md)
122122

123123
## Licensing
124124

@@ -143,7 +143,7 @@ some adaptations into this fork:
143143

144144
### Other noticeable contributions, not merged
145145

146-
These would probably need some rework/fix or adaptation, but the proposed idea is worthwile, IMHO.
146+
These would probably need some rework/fix or adaptation, but the proposed idea is worthwhile, IMHO.
147147

148148
* github.com/stretchr/testify#1460 (ci)
149149
* github.com/stretchr/testify#1467 (colorized output)

0 commit comments

Comments
 (0)