Skip to content

Commit

Permalink
fix: various typos (#26402)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Apr 25, 2023
1 parent a5a2e79 commit bf754e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The `browser_specific_settings` key contains keys that are specific to a particu

### Firefox (Gecko) properties

Firefox stores browser-specific settings in these subkeys:
Firefox stores browser-specific settings in these sub-keys:

- `gecko` for the desktop version of Firefox.
- `gecko_android` for the Android version of Firefox.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function logMediaCapabilities(kind) {
log.textContent += ` mime type: ${codec.mimeType}\n`;
log.textContent += ` channels: ${codec.channels}\n`; //max channels - e.g. 2 is stereo
log.textContent += ` clockRate: ${codec.clockRate}\n`; // clock rate in Hz
log.textContent += ` sdpFmtpLine: ${codec.sdpFmtpLine}\n`; // mime meda type and subtype
log.textContent += ` sdpFmtpLine: ${codec.sdpFmtpLine}\n`; // mime media type and subtype
});
}
```
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/rtcrtpsender/getcapabilities/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function logMediaCapabilities(kind) {
log.textContent += ` mime type: ${codec.mimeType}\n`;
log.textContent += ` channels: ${codec.channels}\n`; // max channels - e.g. 2 is stereo
log.textContent += ` clockRate: ${codec.clockRate}\n`; // clock rate in Hz
log.textContent += ` sdpFmtpLine: ${codec.sdpFmtpLine}\n`; // mime meda type and subtype
log.textContent += ` sdpFmtpLine: ${codec.sdpFmtpLine}\n`; // mime media type and subtype
});
}
```
Expand Down

0 comments on commit bf754e9

Please sign in to comment.