From d4f0e57901ce490d6bbf5117f5bb984cf9833e6d Mon Sep 17 00:00:00 2001 From: Pushpak Chhajed Date: Thu, 21 Nov 2024 17:23:00 +0530 Subject: [PATCH] Fix typo in cloud-messaging.rst --- docs/cloud-messaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud-messaging.rst b/docs/cloud-messaging.rst index 651f9f25..7a7f0763 100644 --- a/docs/cloud-messaging.rst +++ b/docs/cloud-messaging.rst @@ -625,7 +625,7 @@ Validating Registration Tokens ****************************** If you have a set of registration tokens that you want to check for validity or if they are still registered -to your project, you can use the ``validateTokens()`` method: +to your project, you can use the ``validateRegistrationTokens()`` method: .. code-block:: php