Skip to content

Commit 3cb23d5

Browse files
authored
Fix spelling (#5678)
1 parent 94bda9b commit 3cb23d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/components/spi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ spi_device:
154154

155155
- **bit_order** (*Optional*): Set the bit order - choose one of `msb_first` (default) or `lsb_first`.
156156
- **cs_pin** (*Optional*, [Pin Schema](/guides/configuration-types#pin-schema)): The CS pin.
157-
- **release_device** (*Optional*, boolean): For ESP-IDF, release the bus device between transactions. Default isk
157+
- **release_device** (*Optional*, boolean): For ESP-IDF, release the bus device between transactions. The default is
158158
`False`. Setting this to `True` will enable more than 6 devices to be connected to hardware SPI buses.
159159

160160
- **interface** (*Optional*): Controls which hardware or software SPI implementation should be used.

0 commit comments

Comments
 (0)