Skip to content

Commit 6aeac52

Browse files
authored
fix some typos (#493)
Signed-off-by: cuishuang <[email protected]>
1 parent 68c8cdc commit 6aeac52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Types of changes:
3434

3535
### Fixed
3636
- [172](https://github.com/grpc-ecosystem/go-grpc-middleware/pull/172) Passing ctx into retry and recover - [johanbrandhorst](https://github.com/johanbrandhorst)
37-
- Numerious documentation fixes.
37+
- Numerous documentation fixes.
3838

3939
## v1.0.0 - 2018-05-08
4040
### Added

validator/validator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (s *ValidatorTestSuite) TestValidPasses_ServerStream() {
8080
if err == io.EOF {
8181
break
8282
}
83-
assert.NoError(s.T(), err, "no error on messages sent occured")
83+
assert.NoError(s.T(), err, "no error on messages sent occurred")
8484
}
8585
}
8686

0 commit comments

Comments
 (0)