bundle-uri: fix technical doc issues
commit7190b7ebf9c535a8248b5201a0e03bdb1107fcc4
authorDerrick Stolee <derrickstolee@github.com>
Fri, 7 Oct 2022 15:50:09 +0000 (7 15:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Oct 2022 18:00:21 +0000 (7 11:00 -0700)
tree6353a69c324f2a6ea644df974e89a658537c6a3e
parent3dcec76d9df911ed8321007b1d197c1a206dc164
bundle-uri: fix technical doc issues

Two documentation issues exist in the technical docs for the bundle URI
feature.

First, there is an extraneous "the" across a linebreak, making the
nonsensical phrase "the bundle the list" which should just be "the
bundle list".

Secondly, the asciidoc update treats the string "`have`s" as starting a
"<code>" block, but the second tick is interpreted as an apostrophe
instead of a closing "</code>" tag. This causes entire sentences to be
formatted as code until the next one comes along. Simply adding a space
here does not work properly as the rendered HTML keeps that space.
Instead, restructure the sentence slightly to avoid using a plural,
allowing the HTML to render correctly.

Reported-by: Philip Oakley <philipoakley@iee.email>
Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/bundle-uri.txt