fixes typos in GETTING_STARTED.md

This commit is contained in:
tadp 2013-10-23 21:25:08 -07:00 committed by Joshua Clayton
parent 5e216f555d
commit 7fd7121162
1 changed files with 2 additions and 2 deletions

View File

@ -1159,8 +1159,8 @@ end
Rails Preloaders and RSpec
--------------------------
When running RSpec with a rails preloader such as `spring` or `zeus`, it's possible
to encounter an `ActiveRecord::AssocitionTypeMismatch` error when creating a factory
When running RSpec with a Rails preloader such as `spring` or `zeus`, it's possible
to encounter an `ActiveRecord::AssociationTypeMismatch` error when creating a factory
with associations, as below:
```ruby