Skip to content

Commit 8dcd020

Browse files
authored
Fix typos (#1451)
1 parent bd0cf04 commit 8dcd020

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CODE_OF_CONDUCT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
7171
version 1.4, available at
7272
[http://contributor-covenant.org/version/1/4][version].
7373

74-
[homepage]: http://contributor-covenant.org
75-
[version]: http://contributor-covenant.org/version/1/4/
74+
[homepage]: https://contributor-covenant.org
75+
[version]: https://contributor-covenant.org/version/1/4/

zapcore/level_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ func TestLevelText(t *testing.T) {
7777
}
7878

7979
// Some logging libraries are using "warning" instead of "warn" as level indicator. Handle this case
80-
// for cross compatability.
81-
t.Run("unmarshal warning compatability", func(t *testing.T) {
80+
// for cross compatibility.
81+
t.Run("unmarshal warning compatibility", func(t *testing.T) {
8282
var unmarshaled Level
8383
input := []byte("warning")
8484
err := unmarshaled.UnmarshalText(input)

zapgrpc/internal/test/grpc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919
// THE SOFTWARE.
2020

21-
// Package grpc tests Zap's zapgrpc package without requring a dependency on
21+
// Package grpc tests Zap's zapgrpc package without requiring a dependency on
2222
// grpc from Zap itself.
2323
package grpc
2424

0 commit comments

Comments
 (0)