Skip to content

Commit

Permalink
Fix typo in example operation
Browse files Browse the repository at this point in the history
  • Loading branch information
aldesantis committed Sep 27, 2017
1 parent 5cc352f commit f226faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ module API
options['result.response'] = Pragma::Operation::Response::Forbidden.new(
entity: Error.new(
error_type: :forbidden,
error_message: 'You can only access an article if it published or authored by you.'
error_message: 'You can only access an article if published or authored by you.'
)
)
end
Expand Down

0 comments on commit f226faf

Please sign in to comment.