active_model_serializers/test/action_controller
Benjamin Fleischer 05430fb233 Fix typos
```
go get -u github.com/client9/misspell/cmd/misspell
misspell  -w -q -error -source=text {app,config,lib,test}/**/*
```

>   workers   = flag.Int("j", 0, "Number of workers, 0 = number of CPUs")
>   writeit   = flag.Bool("w", false, "Overwrite file with corrections (default is just to display)")
>   quietFlag = flag.Bool("q", false, "Do not emit misspelling output")
>   outFlag   = flag.String("o", "stdout", "output file or [stderr|stdout|]")
>   format    = flag.String("f", "", "'csv', 'sqlite3' or custom Golang template for output")
>   ignores   = flag.String("i", "", "ignore the following corrections, comma separated")
>   locale    = flag.String("locale", "", "Correct spellings using locale perferances for US or UK.  Default is to use a neutral variety of English.  Setting locale to US will correct the British spelling of 'colour' to 'color'")
>   mode      = flag.String("source", "auto", "Source mode: auto=guess, go=golang source, text=plain or markdown-like text")
>   debugFlag = flag.Bool("debug", false, "Debug matching, very slow")
>   exitError = flag.Bool("error", false, "Exit with 2 if misspelling found")
2016-12-11 23:41:23 -06:00
..
json Extract IncludeTree. (#1685) 2016-05-28 10:07:11 -04:00
json_api Fix typos 2016-12-11 23:41:23 -06:00
adapter_selector_test.rb Make test attributes explicit 2016-12-04 19:33:39 -06:00
explicit_serializer_test.rb Test caching with fragmented key 2016-06-07 20:26:38 -05:00
lookup_proc_test.rb Make serializer lookup configurable (#1757) 2016-11-16 18:38:40 +01:00
namespace_lookup_test.rb Make test attributes explicit 2016-12-04 19:33:39 -06:00
serialization_scope_name_test.rb Better AMS Model attributes interface 2016-11-21 09:14:26 -06:00
serialization_test.rb Fix typos 2016-12-11 23:41:23 -06:00