Skip to content

Commit 4cc9af6

Browse files
authored
Fix typo instantiating (#374)
1 parent 260cded commit 4cc9af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Similar to the old `collapse_key` on legacy GCM servers, this string will make t
205205
#### batchSize
206206
If you send tens of thousands notifications at a time, you may get memory overflows due to how endpoints are called in Guzzle.
207207
In order to fix this, WebPush sends notifications in batches. The default size is 1000. Depending on your server configuration (memory), you may want
208-
to decrease this number. Do this while instanciating WebPush or calling `setDefaultOptions`. Or, if you want to customize this for a specific flush, give
208+
to decrease this number. Do this while instantiating WebPush or calling `setDefaultOptions`. Or, if you want to customize this for a specific flush, give
209209
it as a parameter : `$webPush->flush($batchSize)`.
210210

211211
### Server errors

0 commit comments

Comments
 (0)