Skip to content

Commit

Permalink
fix some typos (grpc-ecosystem#493)
Browse files Browse the repository at this point in the history
Signed-off-by: cuishuang <imcusg@gmail.com>
  • Loading branch information
cuishuang authored May 10, 2022
1 parent 68c8cdc commit 6aeac52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion validator/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down

0 comments on commit 6aeac52

Please sign in to comment.