Skip to content

Commit

Permalink
Adding missing space (mdn#35558)
Browse files Browse the repository at this point in the history
* Add missing space

* Adding mission space too

I didn't see that file...
  • Loading branch information
lulu5239 authored Aug 23, 2024
1 parent 2c04a03 commit 167995d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/bluetoothremotegattdescriptor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ which provides further information about a characteristic's value.
to.
- {{DOMxRef("BluetoothRemoteGATTDescriptor.uuid")}} {{ReadOnlyInline}} {{Experimental_Inline}}
- : Returns the UUID of the characteristic descriptor, for
example '`00002902-0000-1000-8000-00805f9b34fb`' for theClient
example '`00002902-0000-1000-8000-00805f9b34fb`' for the Client
Characteristic Configuration descriptor.
- {{DOMxRef("BluetoothRemoteGATTDescriptor.value")}} {{ReadOnlyInline}} {{Experimental_Inline}}
- : Returns the currently cached descriptor value. This value gets updated when the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ browser-compat: api.BluetoothRemoteGATTDescriptor.uuid
{{APIRef("Bluetooth API")}}{{SeeCompatTable}}{{SecureContext_Header}}

The **`BluetoothRemoteGATTDescriptor.uuid`** read-only property returns the {{Glossary("UUID")}} of the characteristic descriptor.
For example '`00002902-0000-1000-8000-00805f9b34fb`' for theClient Characteristic Configuration descriptor.
For example '`00002902-0000-1000-8000-00805f9b34fb`' for the Client Characteristic Configuration descriptor.

## Value

Expand Down

0 comments on commit 167995d

Please sign in to comment.