Skip to content

Commit

Permalink
Merge pull request #4821 from hanachin/patch-1
Browse files Browse the repository at this point in the history
Fix doc typo load_application_object_fails -> load_application_object_failed
  • Loading branch information
rmosolgo committed Feb 5, 2024
2 parents 1a0b0de + cba3b68 commit 6779577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/mutations/mutation_classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def load_application_object_failed(error)
end
```

Or, if `load_application_object_fails` returns a new object, that object will be used as the `loads:` result.
Or, if `load_application_object_failed` returns a new object, that object will be used as the `loads:` result.

### Handling unauthorized loaded objects

Expand Down

0 comments on commit 6779577

Please sign in to comment.