From a8cd8a685818e61a10d11643d6b3628aad92ea68 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Mon, 30 Sep 2019 21:23:16 +1300 Subject: [PATCH] docs: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4584d100..271aa78c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![GoDoc](https://godoc.org/github.com/juju/errors?status.svg)](https://godoc.org/github.com/juju/errors) The juju/errors provides an easy way to annotate errors without losing the -orginal error context. +original error context. The exported `New` and `Errorf` functions are designed to replace the `errors.New` and `fmt.Errorf` functions respectively. The same underlying @@ -704,4 +704,4 @@ error. - - - -Generated by [godoc2md](http://godoc.org/github.com/davecheney/godoc2md) \ No newline at end of file +Generated by [godoc2md](http://godoc.org/github.com/davecheney/godoc2md)