Skip to content

Commit 047e80a

Browse files
committed
Fix Typos in README.md
Thank you, @johncongdon, for the proofreading help.
1 parent e05245c commit 047e80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ the email address of the person who added the tombstone and the recipient addres
9292
While code that is assumed to already be dead will _probably_ not be hit frequently,
9393
it's better to be safe than sorry, especially when paying for production log storage.
9494

95-
To spamming logs and other side effects when a tombstone is hit in a loop or
95+
To reduce spamming logs and other side effects when a tombstone is hit in a loop or
9696
at high-frequency, this handler will limit the number of tombstone hits that are logged to
9797
one-per-request. More accurately -- important for non-HTTP contexts, like
9898
queue workers and cron-jobs -- one-per-instantiation of the configured
@@ -103,7 +103,7 @@ handler class. The underlying array is a key/value pairing of the tombstone's
103103

104104
This handler will trigger a PHP error when a tombstone is hit, allowing your
105105
project's error handling system to log the tombstone hit as it would any other
106-
PHP error. By default, the error level is `E_USER_DEPRECATED`, but the other two
106+
PHP error. By default, the error level is `E_USER_DEPRECATED`, but the other three
107107
runtime user error levels (`E_USER_ERROR`, `E_USER_WARNING` and `E_USER_NOTICE`)
108108
are also supported.
109109

0 commit comments

Comments
 (0)