Skip to content

Commit

Permalink
Merge pull request #19 from stevenharman/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
davetron5000 committed Nov 15, 2015
2 parents 7e7ca4f + 46589da commit aaa0549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


---
Expand Down

0 comments on commit aaa0549

Please sign in to comment.