Skip to content

Commit 6466123

Browse files
authored
Update README.md
typos
1 parent d3c7e3b commit 6466123

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ try
9595
}
9696
catch(\Exception $e)
9797
{
98-
// There was an error validationg the request
99-
// Use your own logging framework to log the Exception
100-
// This was a configuration exception, so we let the user continue
98+
// There was an error validating the request
99+
// Use your own logging framework to log the error
100+
// This was a configuration error, so we let the user continue
101101
}
102102
```
103103

@@ -183,9 +183,9 @@ try
183183
}
184184
catch(\Exception $e)
185185
{
186-
// There was an error validationg the request
187-
// Use your own logging framework to log the Exception
188-
// This was a configuration exception, so we let the user continue
186+
// There was an error validating the request
187+
// Use your own logging framework to log the error
188+
// This was a configuration error, so we let the user continue
189189
}
190190
```
191191
### Protecting ajax calls on static pages
@@ -254,8 +254,8 @@ try
254254
}
255255
catch(\Exception $e)
256256
{
257-
// There was an error validationg the request
258-
// Use your own logging framework to log the Exception
259-
// This was a configuration exception, so we let the user continue
257+
// There was an error validating the request
258+
// Use your own logging framework to log the error
259+
// This was a configuration error, so we let the user continue
260260
}
261261
```

0 commit comments

Comments
 (0)