GoogleChromeLabs / web-push-codelab

Other
557 stars 293 forks source link

Grammatical Error? #79

Open TimHarker opened 5 years ago

TimHarker commented 5 years ago

https://codelabs.developers.google.com/codelabs/push-notifications/#9

READS:

In this method we'll get the current subscription and called unsubscribe on it.

SHOULD READ:

In this method we'll get the current subscription and call unsubscribe on it.

???