Skip to content

Commit 5346554

Browse files
committed
on the > of the iface
1 parent d8fd334 commit 5346554

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

microsoft-edge/progressive-web-apps-chromium/how-to/digital-goods-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if ('getDigitalGoodsService' in window) {
7979
```
8080

8181
See also:
82-
* [getDigitalGoodsService() method](https://wicg.github.io/digital-goods/#getdigitalgoodsservice-method) on the `Window` interface.
82+
* [getDigitalGoodsService() method](https://wicg.github.io/digital-goods/#getdigitalgoodsservice-method) of the `Window` interface.
8383

8484

8585
<!-- ====================================================================== -->
@@ -110,7 +110,7 @@ try {
110110
This payment method `getDigitalGoodsService("https://store.microsoft.com/billing")` is available only for a PWA that's installed from the Microsoft Store, on Windows. No other settings are needed.
111111

112112
See also:
113-
* [getDigitalGoodsService() method](https://wicg.github.io/digital-goods/#getdigitalgoodsservice-method) on the `Window` interface.
113+
* [getDigitalGoodsService() method](https://wicg.github.io/digital-goods/#getdigitalgoodsservice-method) of the `Window` interface.
114114
* [DigitalGoodsService interface](https://wicg.github.io/digital-goods/#digitalgoodsservice)
115115

116116

@@ -282,7 +282,7 @@ Windows App Development:
282282
GitHub:
283283
* [Digital Goods API For Microsoft Store PWA Explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/PwaDigitalGoods/explainer.md)
284284
* [Digital Goods API specification](https://wicg.github.io/digital-goods/)
285-
* [getDigitalGoodsService() method](https://wicg.github.io/digital-goods/#getdigitalgoodsservice-method) on the `Window` interface.
285+
* [getDigitalGoodsService() method](https://wicg.github.io/digital-goods/#getdigitalgoodsservice-method) of the `Window` interface.
286286
* [DigitalGoodsService interface](https://wicg.github.io/digital-goods/#digitalgoodsservice)
287287
* [getDetails() method](https://wicg.github.io/digital-goods/#getDetails-method)
288288
* [listPurchases() method](https://wicg.github.io/digital-goods/#listPurchases-method)

0 commit comments

Comments
 (0)