From b5344a5247b262a0a7a18205b3b25892f4e5c3be Mon Sep 17 00:00:00 2001 From: Jack DLB Date: Thu, 27 Mar 2025 12:48:35 -0600 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2365859..264f1e7 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ _Installation help for running from source:_ * Create file with given content: `{type: 'file'}`. * File modifiers: - `path`: **Required**. The path to place contents. - - `permission`: Set permissions of file, use any format given by supported by chmod (`'u+x'`, `'700'`). + - `permission`: Set permissions of file, use any format supported by chmod (`'u+x'`, `'700'`). - `user`: Owner of file. - `mode`: If `'append'`, will add content to file instead of overwriting.