ga-wdi-boston/ruby-object-model

Typo under Ruby Mixins section

Opened this issue · 2 comments

## Ruby Mixins

- We want to make chunks of code that are resuable across of multiple classes.
+ We want to make chunks of code that are reusable across of multiple classes.

These "chunks" are called `modules`. Take a look at the code below:

Even better, remove the last 'of'.

I didn't even catch that of. Both then.