From 04c87589f1499fb1cf3380124f87deabeab77d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 9 Feb 2022 22:50:34 +0200 Subject: [PATCH] README spelling fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe2461c..9b13423 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Test Status](https://github.com/breml/errchkjson/actions/workflows/ci.yml/badge.svg)](https://github.com/breml/errchkjson/actions/workflows/ci.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/breml/errchkjson)](https://goreportcard.com/report/github.com/breml/errchkjson) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -Checks types passed to the json encoding functions. Reports unsupported types and reports occations, where the check for the returned error can be omited. +Checks types passed to the json encoding functions. Reports unsupported types and reports occurrences where the check for the returned error can be omitted. Consider this [http.Handler](https://pkg.go.dev/net/http#Handler):