From e3ee95b282439de67c9597eeb3be2d1668987086 Mon Sep 17 00:00:00 2001 From: Harlow Ward Date: Mon, 2 Sep 2019 07:47:10 -0700 Subject: [PATCH] Fix typo in context cancellation docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8494f39..c8615ea 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ return consumer.SkipCheckpoint return errors.New("my error, exit all scans") ``` -Use context cancel to signal the scan to exit without error. For example if we wanted to gracefulloy exit the scan on interrupt. +Use context cancel to signal the scan to exit without error. For example if we wanted to gracefully exit the scan on interrupt. ```go // trap SIGINT, wait to trigger shutdown