From 46589dad1c7efdf2cd6d620307169df697b7c2a7 Mon Sep 17 00:00:00 2001 From: Steven Harman Date: Sat, 14 Nov 2015 19:29:16 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f7c71..471de86 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ config.app_middleware.use "Stitches::ValidMimeType", except: %r{/super-secret} Although `Stitches.configuration` is global, do not depend directly on that in your logic. Instead, allow all classes to receive a configuration object in their constructor. This makes the classes easier to deal with and change, without incurring much of a real cost to development. -Glaobl symbols suck, but are convienient. This is how you make the most of it. +Global symbols suck, but are convienient. This is how you make the most of it. ---