active_model_serializers/docs/general
Benjamin Fleischer 5017bb7f2e Fix spelling
```
cat <<  'EOF' > .git/hooks/pre-push

bundle exec rake rubocop

if command -v misspell >/dev/null; then
  misspell  -w -error -source=text {app,config,lib,spec,test,docs,bin}/**/* 2>/dev/null
fi

EOF
chmod +x .git/hooks/pre-push
```
2016-06-09 03:41:01 -05:00
..
adapters.md [skip ci] Fix root key documentation (#1761) 2016-05-31 13:30:47 -06:00
caching.md [DOCS] Refactor, update, create documentation [ci skip] 2015-12-14 14:38:29 -06:00
configuration_options.md Add key transform performance note to docs (#1753) 2016-05-26 16:19:19 -04:00
deserialization.md Fix docs for deserialization (#1768) 2016-06-01 16:50:15 -04:00
getting_started.md #1594 - Document generator's auto-extending of (if it exists) 2016-04-02 13:18:07 -04:00
instrumentation.md Moved the adapter and adapter folder to active_model_serializers folder and changed the module namespace 2016-02-23 21:49:58 -06:00
key_transforms.md Apply key transforms to keys referenced in values 2016-04-04 10:16:04 -06:00
logging.md Fix grammar per duduribeiro [ci skip] 2015-12-15 21:34:25 -06:00
rendering.md Move SerializableResource to ActiveModelSerializers namespace 2016-03-30 11:33:04 +02:00
serializers.md Fix spelling 2016-06-09 03:41:01 -05:00