docs: fix typo in {device,node}.disabled documentation

Fixes: #609
This commit is contained in:
George Kiagiadakis
2024-03-23 12:00:55 +02:00
parent 291d3cd9a2
commit a562b22f60

View File

@@ -198,7 +198,7 @@ Some of the other properties that can be configured on devices:
A longer, user-friendly name of the device. This will show up in most
user interfaces as the device's name.
.. describe:: device.disable
.. describe:: device.disabled
Disables the device. PipeWire will remove it from the list of cards or
devices.
@@ -327,7 +327,7 @@ The following properties can be configured on nodes created by the monitor:
:Type: boolean
.. describe:: node.disable
.. describe:: node.disabled
Disables the node. Pipewire will remove it from the list of the nodes.