Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Dec 9, 2024
1 parent 20af669 commit 53dc26a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/dictionaries/code-entities.txt
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ reflectionchange
removestream
replacewithcommas
replacewithspaces
RFCOMM
RGBX
RGUI
richlistbox
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/serial/requestport/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ connectBtn.addEventListener("click", () => {

### Allow the user to select custom RFCOMM-based services

Although most devices expose SPP-based communication through the standardized Bluetooth Classic Serial Port Profile, some use custom RFCOMM-based services. These devices have a Service Class ID that is not in the standard Bluetooth UUID range.
Although most devices expose SPP-based communication through the standardized Bluetooth Classic Serial Port Profile, some use custom radio frequency communication (RFCOMM) based services. These devices have a Service Class ID that is not in the standard Bluetooth UUID range.

You need to pass the `allowedBluetoothServiceClassIds` list to `requestPort()` to access these custom RFCOMM-based services:

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/_colon_has-slotted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This example has two `<slot>` elements, one of which has been assigned some cont

### Result

The `<slot>` element that has been assigned content matched the `:has-slotted` pseudo-class and has the `color` value of `rebbecapurple` applied.
The `<slot>` element that has been assigned content matched the `:has-slotted` pseudo-class and has the `color` value of `rebeccapurple` applied.

{{EmbedLiveSample("simple_example",100,300)}}

Expand Down

0 comments on commit 53dc26a

Please sign in to comment.