Fix noun-verb agreement in ASt guide

This commit is contained in:
Michael Hagar 2020-07-14 14:11:34 -05:00 committed by George Claghorn
parent eb5f5ed0be
commit 7f11ffbcfb

@ -500,7 +500,7 @@ message.video.open do |file|
end
```
It's important to know that the file are not yet available in the `after_create` callback but in the `after_create_commit` only.
It's important to know that the file is not yet available in the `after_create` callback but in the `after_create_commit` only.
Analyzing Files
---------------