Skip to content

Commit 578c684

Browse files
fix typo
1 parent cbaea10 commit 578c684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional-samples/cookbook.push/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By calling a method in the sample and using an external push server website we c
1313
1. Go to the [web push test server](https://web-push-codelab.glitch.me/) and copy the “Public Key” to the `APPLICATION_SERVER_PUBLIC_KEY` variable in background.js.
1414
1. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
1515
1. Click “service worker (Inactive)” on the extension to load DevTools for background.js
16-
1. In DevTools call: `await SubscribeUserVisibleOnlyFalse();`
16+
1. In DevTools call: `await subscribeUserVisibleOnlyFalse();`
1717
1. Copy the output after “Subscription data to be sent to the push notification server:” and paste it into the [web push test server](https://web-push-codelab.glitch.me/) inside “Subscription to Send To” text box
1818
1. Enter some text into “Text to Send”
1919
1. Click “SEND PUSH MESSAGE”

0 commit comments

Comments
 (0)