Skip to content

Commit 7b8768d

Browse files
authored
Fix typos (mdn#40768) (mdn#40772)
Fix typos
1 parent 32f4ac9 commit 7b8768d

File tree

3 files changed

+5
-5
lines changed
  • files/en-us
    • mozilla/firefox
    • web
      • api/rtcinboundrtpstreamstats/totalinterframedelay
      • html/reference/elements/label

3 files changed

+5
-5
lines changed

files/en-us/mozilla/firefox/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ page-type: landing-page
55
sidebar: firefox
66
---
77

8-
[Firefox](https://www.firefox.com/en-US/) is Mozilla's popular Web browser, available for multiple platforms including Windows, macOS, and Linux on the desktop and all Android and iOS mobile devices. With broad compatibility, the latest in Web technologies, and powerful development tools, Firefox is a great choice for both Web developers and end users.
8+
[Firefox](https://www.firefox.com/en-US/) is Mozilla's popular web browser, available for multiple platforms including Windows, macOS, and Linux on the desktop and all Android and iOS mobile devices. With broad compatibility, the latest in web technologies, and powerful development tools, Firefox is a great choice for both web developers and end users.
99

10-
Firefox is an open source project; much of the code is contributed by our huge community of volunteers. Here you can learn about how to contribute to the Firefox project and you will also find links to information about the construction of Firefox add-ons, using the developer tools in Firefox, and other topics.
10+
Firefox is an open-source project; much of the code is contributed by our huge community of volunteers. Here you can learn about how to contribute to the Firefox project and you will also find links to information about the construction of Firefox add-ons, using the developer tools in Firefox, and other topics.
1111

1212
Learn how to create add-ons for [Firefox](https://www.firefox.com/en-US/), how to develop and build Firefox itself, and how the internals of Firefox and its subprojects work.
1313

@@ -26,7 +26,7 @@ Firefox is available in five **channels**.
2626

2727
### Firefox Nightly
2828

29-
Each night we build Firefox from the latest code in [mozilla-central](https://hg-edge.mozilla.org/mozilla-central/). These builds are for Firefox developers or those who want to try out the very latest cutting edge features while they're still under active development.
29+
Each night we build Firefox from the latest code in [mozilla-central](https://hg-edge.mozilla.org/mozilla-central/). These builds are for Firefox developers or those who want to try out the very latest cutting-edge features while they're still under active development.
3030

3131
[Download Firefox Nightly](https://www.firefox.com/en-US/channel/desktop/#nightly)
3232

files/en-us/web/api/rtcinboundrtpstreamstats/totalinterframedelay/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ browser-compat: api.RTCStatsReport.type_inbound-rtp.totalInterFrameDelay
1111
The **`totalInterFrameDelay`** property of the {{domxref("RTCInboundRtpStreamStats")}} dictionary indicates the total accumulated time between consecutively rendered frames, in seconds.
1212
It is recorded after each frame is rendered.
1313

14-
The interframe delay variance be calculated from `totalInterFrameDelay`, {{domxref("RTCInboundRtpStreamStats.totalSquaredInterFrameDelay","totalSquaredInterFrameDelay")}} , and {{domxref("RTCInboundRtpStreamStats.framesRendered","framesRendered")}} according to the formula: `(totalSquaredInterFrameDelay - totalInterFrameDelay^2/ framesRendered)/framesRendered`.
14+
The interframe delay variance can be calculated from `totalInterFrameDelay`, {{domxref("RTCInboundRtpStreamStats.totalSquaredInterFrameDelay","totalSquaredInterFrameDelay")}} , and {{domxref("RTCInboundRtpStreamStats.framesRendered","framesRendered")}} according to the formula: `(totalSquaredInterFrameDelay - totalInterFrameDelay^2/ framesRendered)/framesRendered`.
1515

1616
> [!NOTE]
1717
> The property is undefined for audio streams.

files/en-us/web/html/reference/elements/label/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ An {{HTMLElement("input")}} element with a `type="button"` declaration and a val
208208
</tr>
209209
<tr>
210210
<th scope="row">Tag omission</th>
211-
<td>None, both the starting and ending tag are mandatory.</td>
211+
<td>None, both the starting and ending tags are mandatory.</td>
212212
</tr>
213213
<tr>
214214
<th scope="row">Permitted parents</th>

0 commit comments

Comments
 (0)