From 31d57795613355a96da312093fe9a755fe504ff1 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 28 Nov 2023 15:55:22 -0800 Subject: [PATCH] Update docs/workflows.md Co-authored-by: Dan Halbert --- docs/workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflows.md b/docs/workflows.md index 7e8a0b876f..b829643293 100644 --- a/docs/workflows.md +++ b/docs/workflows.md @@ -372,7 +372,7 @@ curl -v -L http://circuitpython.local/cp/devices.json Returns information about the attached disk(s). A list of objects, one per disk. -* `root`: File sysstem path to the root of the disk. +* `root`: Filesystem path to the root of the disk. * `free`: Count of free bytes on the disk. * `block_size`: Size of a block in bytes. * `writable`: True when CircuitPython and the web workflow can write to the disk. USB may claim a disk instead.