Skip to content

Commit d85def7

Browse files
committed
chore: fix typo in README.md
1 parent 6f08421 commit d85def7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def main():
5050
devices = await device_manager.get_devices()
5151

5252
# Get all vacuum devices. Each device generation has different capabilities
53-
# and APIs available so to find vacuumes we filter by the v1 PropertiesApi.
53+
# and APIs available so to find vacuums we filter by the v1 PropertiesApi.
5454
for device in devices:
5555
if not device.v1_properties:
5656
continue

0 commit comments

Comments
 (0)