From 9c0941edd4d362a0ec3081256bbabdff02990e09 Mon Sep 17 00:00:00 2001 From: Oliver Radwell Date: Wed, 22 Nov 2023 15:11:55 +0000 Subject: [PATCH] docs: Fix typo: preprended --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 09e9d5d..2a52dfa 100644 --- a/main.go +++ b/main.go @@ -152,7 +152,7 @@ var flags = []cli.Flag{ altsrc.NewStringFlag(&cli.StringFlag{ Name: "parents", Value: "", - Usage: "A list containing the parents of the document separated by parents-delimiter (default: '/'). These will be preprended to the ones defined in the document itself.", + Usage: "A list containing the parents of the document separated by parents-delimiter (default: '/'). These will be prepended to the ones defined in the document itself.", EnvVars: []string{"MARK_PARENTS"}, }), altsrc.NewStringFlag(&cli.StringFlag{