Merge pull request #210 from orthographic-pedant/spell_check/available

Fixed typographical error, changed availabe to available in README.
pull/243/head
Mike Cao 9 years ago
commit 443fa82895

@ -723,7 +723,7 @@ $body = Flight::request()->getBody();
## JSON Input
If you send request with the type `application/json` and the data `{"id": 123}` it will be availabe
If you send request with the type `application/json` and the data `{"id": 123}` it will be available
from the `data` property:
```php

Loading…
Cancel
Save