README in merb-slices-1.0.4 vs README in merb-slices-1.0.5
- old
+ new
@@ -1,10 +1,10 @@
Merb-Slices
===========
Merb-Slices is a Merb plugin for using and creating application 'slices' which
-help you modularize your application. Usually these are reuseable extractions
+help you modularize your application. Usually these are reusable extractions
from your main app. In effect, a Slice is just like a regular Merb MVC
application, both in functionality as well as in structure.
When you generate a Slice stub structure, a module is setup to serve as a
namespace for your controller, models, helpers etc. This ensures maximum
@@ -17,10 +17,10 @@
or leave it out, mounting it at the root of your url-schema. You can even
mount a Slice multiple times and give extra parameters to customize an
instance's behaviour.
A Slice's Application controller uses controller_for_slice to setup slice
-specific behaviour, which mainly affects cascaded view handling. Additionaly,
+specific behaviour, which mainly affects cascaded view handling. Additionally,
this method is available to any kind of controller, so it can be used for
Merb Mailer too for example.
There are many ways which let you customize a Slice's functionality and
appearance without ever touching the Gem-level code itself. It's not only easy
\ No newline at end of file