about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-12-01 02:01:20 +0000
committerEric Wong <e@80x24.org>2023-12-01 21:12:08 +0000
commit6d465b955a9343a3023c0be9eb5d5fbbc72543d3 (patch)
tree814837557fdac9271a463f7948b8f55b0fa0e0ed /Documentation
parent675efa2ea250f061aac26fd11dd61f25f21d9b29 (diff)
downloadpublic-inbox-6d465b955a9343a3023c0be9eb5d5fbbc72543d3.tar.gz
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/
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-config.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod
index d2017704..f533ea9d 100644
--- a/Documentation/public-inbox-config.pod
+++ b/Documentation/public-inbox-config.pod
@@ -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>.