]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
doc: config: fix grammar for nameIsUrl
authorEric Wong <e@80x24.org>
Fri, 1 Dec 2023 02:01:20 +0000 (02:01 +0000)
committerEric Wong <e@80x24.org>
Fri, 1 Dec 2023 21:12:08 +0000 (21:12 +0000)
Kyle Meyer <kyle@kyleam.com> wrote:
> Eric Wong writes:
> > +Treat the name of the public inbox as it's unqualified URL when
>
> s/it's/its/

Thanks, will push this fix out:

-------8<------
Subject: [PATCH] doc: config: fix grammar for nameIsUrl

Reported-by: Kyle Meyer <kyle@kyleam.com>
Link: https://public-inbox.org/meta/87bkbazp5g.fsf@kyleam.com/
Documentation/public-inbox-config.pod

index d20177043506e2fc14c49a2c9a48b901e1c3ec17..f533ea9de8d82ae4c908eb21895956945308f200 100644 (file)
@@ -383,7 +383,7 @@ Default: C<404>
 
 =item publicinbox.nameIsUrl
 
-Treat the name of the public inbox as it's unqualified URL when
+Treat the name of the public inbox as its unqualified URL when
 using C<publicInbox.wwwListing=all>.  This is, every
 C<[publicinbox "foo"]> section implicitly sets C<publicinbox.foo.url=foo>.