From 5564e367e7ed0ecd75ab5b20702079678dda840e Mon Sep 17 00:00:00 2001 From: Alan Thompson Date: Thu, 11 Apr 2019 15:36:53 -0700 Subject: [PATCH] Update differences-from-component.md small typo --- doc/differences-from-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/differences-from-component.md b/doc/differences-from-component.md index 5cf4bca..874ad14 100644 --- a/doc/differences-from-component.md +++ b/doc/differences-from-component.md @@ -94,7 +94,7 @@ the same with or without Mount: there are no extra mental steps. ### Objects vs. Namespaces One thing that feels a bit "unClojure" about Component is "Objects". Objects everywhere, and Objects for everything. -This is how Component "separates explicit dependencies" and "clears the bounaries". +This is how Component "separates explicit dependencies" and "clears the boundaries". This is also how an Object Oriented language does it, which does not leave a lot of room for functions: with Component most of the functions are _methods_ which is an important distinction.