From a38fd61e6b03935c1043683c2404e04a6c83e10f Mon Sep 17 00:00:00 2001 From: Davin Date: Thu, 19 Mar 2026 13:56:15 -0600 Subject: [PATCH] fix missing word by adding to Signed-off-by: Davin --- src/tck/include/file/FileService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tck/include/file/FileService.h b/src/tck/include/file/FileService.h index 14574d92a..70f09e6db 100644 --- a/src/tck/include/file/FileService.h +++ b/src/tck/include/file/FileService.h @@ -19,7 +19,7 @@ struct UpdateFileParams; /** * The parameters to use to append a file. * - * @param params The parameters use to append a file. + * @param params The parameters to use to append a file. * @return A JSON response containing the status of the appended file. */ nlohmann::json appendFile(const AppendFileParams& params);