Skip to content

Commit

Permalink
Fix typo in the documentation
Browse files Browse the repository at this point in the history
Fix a small typo in the document. I changed win to in.
  • Loading branch information
therohitdas authored and jeromegamez committed Nov 30, 2023
1 parent 1e9ba09 commit 61b1300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cloud-messaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ You can subscribe one or multiple devices to one or multiple messaging topics wi
$result = $messaging->unsubscribeFromAllTopics($registrationTokenOrTokens);
The result will return an array win which the keys are the topic names, and the values are the operation
The result will return an array in which the keys are the topic names, and the values are the operation
results for the individual tokens.

.. note::
Expand Down

0 comments on commit 61b1300

Please sign in to comment.