Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
frwiqueueit authored Oct 4, 2019
1 parent c91ed6a commit 2d73345
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ class ResourceController < ApplicationController
end

rescue StandardError => stdErr
# There was an error validationg the request
# Use your own logging framework to log the Exception
# This was a configuration exception, so we let the user continue
# There was an error validating the request
# Use your own logging framework to log the error
# This was a configuration error, so we let the user continue
puts stdErr.message
end
end
Expand Down Expand Up @@ -179,9 +179,9 @@ class ResourceController < ApplicationController
end
end
rescue StandardError => stdErr
# There was an error validationg the request
# Use your own logging framework to log the Exception
# This was a configuration exception, so we let the user continue
# There was an error validating the request
# Use your own logging framework to log the error
# This was a configuration error, so we let the user continue
puts stdErr.message
end
end
Expand Down Expand Up @@ -249,9 +249,9 @@ class ResourceController < ApplicationController
end

rescue StandardError => stdErr
# There was an error validationg the request
# Use your own logging framework to log the Exception
# This was a configuration exception, so we let the user continue
# There was an error validating the request
# Use your own logging framework to log the error
# This was a configuration error, so we let the user continue
puts stdErr.message
end
end
Expand Down

0 comments on commit 2d73345

Please sign in to comment.