From 6aeac529d58164afc753eebf5207f08b5456a365 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Wed, 11 May 2022 00:58:05 +0800 Subject: [PATCH] fix some typos (#493) Signed-off-by: cuishuang --- CHANGELOG.md | 2 +- validator/validator_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eeb7e2dc..479b50076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ Types of changes: ### Fixed - [172](https://github.com/grpc-ecosystem/go-grpc-middleware/pull/172) Passing ctx into retry and recover - [johanbrandhorst](https://github.com/johanbrandhorst) -- Numerious documentation fixes. +- Numerous documentation fixes. ## v1.0.0 - 2018-05-08 ### Added diff --git a/validator/validator_test.go b/validator/validator_test.go index 988d5b478..f7cef1f76 100644 --- a/validator/validator_test.go +++ b/validator/validator_test.go @@ -80,7 +80,7 @@ func (s *ValidatorTestSuite) TestValidPasses_ServerStream() { if err == io.EOF { break } - assert.NoError(s.T(), err, "no error on messages sent occured") + assert.NoError(s.T(), err, "no error on messages sent occurred") } }