diff --git a/documentation/tutorials/getting-started-with-ash-money.md b/documentation/tutorials/getting-started-with-ash-money.md index a70f20d..f454c00 100644 --- a/documentation/tutorials/getting-started-with-ash-money.md +++ b/documentation/tutorials/getting-started-with-ash-money.md @@ -87,7 +87,7 @@ Add the following to your schema file: field(:currency, non_null(:string)) end - input_object :money do + input_object :money_input do field(:amount, non_null(:decimal)) field(:currency, non_null(:string)) end