Skip to content

Commit

Permalink
I couldn’t turn off auto-linking for some URLs, so I linked them all
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongustafson authored Dec 3, 2020
1 parent fe9b4b2 commit b853bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RatingsAndReviewsPrompt/explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Each app catalog provides its own API for triggering an app review flow within t

To request a review, a PWA developer would use the Promise-based method `navigator.requestReview()`. This method will:

* resolve when a rating or review has been [successfully handed off](#the-handoff-to-a-catalog)—the `success` value will be equal to the origin of the catalog chosen (e.g., play.google.com, www.microsoft.com, www.pwastore.com); or
* resolve when a rating or review has been [successfully handed off](#the-handoff-to-a-catalog)—the `success` value will be equal to the origin of the catalog chosen (e.g., [play.google.com](https://play.google.com), www.microsoft.com, www.pwastore.com); or
* be rejected if the user declines to leave a review/rating at this time.

```js
Expand Down

0 comments on commit b853bae

Please sign in to comment.