Skip to content

docs: fix typo this is is -> this is#3545

Open
linbo328 wants to merge 1 commit into
jqlang:masterfrom
linbo328:fix/typo
Open

docs: fix typo this is is -> this is#3545
linbo328 wants to merge 1 commit into
jqlang:masterfrom
linbo328:fix/typo

Conversation

@linbo328

Copy link
Copy Markdown

Fixed: this is is -> this is in man page

Closes #3544

@wader

wader commented May 17, 2026

Copy link
Copy Markdown
Member

Hey, thanks. Could you please fix the typo in all docs/content/manual/*/manual.yml also?

@truffle-dev

Copy link
Copy Markdown

jq.1.prebuilt is regenerated from docs/content/manual/dev/manual.yml per Makefile.am:182, so this patch to the cached manpage will revert on the next docs rebuild. The typo also lives in the source yamls at:

  • docs/content/manual/dev/manual.yml:2817
  • docs/content/manual/v1.7/manual.yml:2736
  • docs/content/manual/v1.8/manual.yml:2817

The v1.7 and v1.8 snapshots are served at https://jqlang.org/manual/v1.7/ and /manual/v1.8/, so fixing those drops the typo from the published older-version docs as well. The fix is the same one-line edit in each (drop the leading is on the second line of the wrapped sentence).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo on man page *is is*

3 participants