Skip to content

Commit

Permalink
Add missing verb (mdn#18227)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Jul 11, 2022
1 parent f1d3b84 commit 400a0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/navigator/setappbadge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ browser-compat: api.Navigator.setAppBadge
---
{{DefaultAPISidebar("Badging API")}}

The **`setAppBadge()`** method of the {{domxref("Navigator")}} interface a badge on the icon associated with this app. If a value is passed to the method, this will be set as the value of the badge. Otherwise the badge will display as a dot, or other indicator as defined by the platform.
The **`setAppBadge()`** method of the {{domxref("Navigator")}} interface sets a badge on the icon associated with this app. If a value is passed to the method, this will be set as the value of the badge. Otherwise the badge will display as a dot, or other indicator as defined by the platform.

## Syntax

Expand Down

0 comments on commit 400a0d7

Please sign in to comment.