From a0164e157543a91255a02cc9ce4c3848dc3ee694 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Mon, 17 Feb 2025 18:17:31 -0500 Subject: [PATCH] docs: typo fix Signed-off-by: Eric Callahan --- docs/external_api/file_manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/external_api/file_manager.md b/docs/external_api/file_manager.md index 94293ab3..4293d476 100644 --- a/docs/external_api/file_manager.md +++ b/docs/external_api/file_manager.md @@ -260,7 +260,7 @@ GET /server/files/metadata?filename=tools/drill.gcode | `size` | int | The gcode file size in bytes. | | `modified` | float | The last modified time in Unix Time (seconds). | | `uuid` | string | A unique identifier for the metadata object. | -| `file_processors` | [string] | An array of `File Processors` that have performed processed | +| `file_processors` | [string] | An array of `File Processors` that have processed | | | | and modified the file. |^ | | | #file-processor-app-desc |+ | `slicer` | string | The name of the slicer software used to slice the file. |