Skip to content

Commit 68bae4f

Browse files
authored
Update WebPush.rst (#726)
Fix typo
1 parent bfc92c0 commit 68bae4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WebPush.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The example subscribeUser function is best called in response to a user action,
121121
122122
Server Side logic to create webpush
123123
------------------------------
124-
Is is up to you how to add a view in your django application that can handle a POST of p256dh, auth, registration_id and create a WebPushDevice with those values assoicated with the appropriate user.
124+
It is up to you how to add a view in your django application that can handle a POST of p256dh, auth, registration_id and create a WebPushDevice with those values assoicated with the appropriate user.
125125
For example you could use rest_framework
126126

127127
.. code-block:: python

0 commit comments

Comments
 (0)