From 9bc1de8b91ea33eb20382a10aba0bfe3360569b8 Mon Sep 17 00:00:00 2001 From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Sat, 4 Oct 2025 11:36:23 +0200 Subject: [PATCH] Fix typos and issues in README.md Signed-off-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f8abe729a..a6e7425b5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Testify - Thou Shalt Write Tests -A golang set of packages that provide tools for testifying that your code will behave as you intend. +A Go set of packages that provide tools for testifying that your code will behave as you intend. This is the go-openapi fork of the great [testify](https://github.com/stretchr/testify) package. @@ -36,12 +36,12 @@ However, at `go-openapi` we would like to address the well-known issues in `test > With this first version of the fork, we have removed `mocks` and `suite`, which we don't use. > They might be added later on, with better controlled dependencies. > -> In the forthcoming maintenances of this fork, much of the "chrome" or "ambiguous" API will be pared down. +> In the forthcoming maintenance of this fork, much of the "chrome" or "ambiguous" API will be pared down. > There is no commitment yet on the stability of the API. > > Chrome would be added later: we have the "enable" packages just for that. -3. We hope that this endeavour will help the original project with a live-drill of what a v2 could look like. +3. We hope that this endeavor will help the original project with a live-drill of what a v2 could look like. We are always happy to discuss with people who face the same problems as we do: avoid breaking changes, APIs that became bloated over a decade or so, uncontrolled dependencies, conflicting demands from users etc. @@ -118,7 +118,7 @@ Features include: ## Examples -See [the original README)(./original.md) +See [the original README](./original.md) ## Licensing @@ -143,7 +143,7 @@ some adaptations into this fork: ### Other noticeable contributions, not merged -These would probably need some rework/fix or adaptation, but the proposed idea is worthwile, IMHO. +These would probably need some rework/fix or adaptation, but the proposed idea is worthwhile, IMHO. * github.com/stretchr/testify#1460 (ci) * github.com/stretchr/testify#1467 (colorized output)