From 2d73345639bc137aa83e7db3658d3eb7c763956a Mon Sep 17 00:00:00 2001 From: Frederik Juhl Williams Date: Fri, 4 Oct 2019 14:56:12 +0200 Subject: [PATCH] Update README.md typos --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 10b031f..091bc93 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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