Skip to content

docs: fix a/an article errors - #2236

Merged
fdncred merged 1 commit into
nushell:mainfrom
wahidrizka:fix-a-an-articles
Sep 4, 2026
Merged

docs: fix a/an article errors#2236
fdncred merged 1 commit into
nushell:mainfrom
wahidrizka:fix-a-an-articles

Conversation

@wahidrizka

Copy link
Copy Markdown
Contributor

This fixes five a/an article errors in hand-written pages. The auto-generated commands/ pages and the translations are untouched.

File Before After
book/dataframes.md instead of a eager dataframe an eager dataframe
book/dataframes.md creates a explode expression creates an explode expression
book/background_jobs.md returning an unique integer id a unique integer id
cookbook/ssh_agent.md establishes an user-wide socket a user-wide socket
cookbook/modules.md has a an unofficial Conda module has an unofficial Conda module

The edits are text-only, no links, headings, or code are touched. In dataframes.md the next line already reads "an eager dataframe", and "user"/"unique" take "a" because they begin with a consonant sound. The existing "an ssh-agent" on the same ssh_agent.md line is correct and left as is.

Fix five article mismatches in the book and cookbook: "a eager" and
"a explode" become "an", "an unique" and "an user" become "a", and the
duplicated "a an" before "unofficial" becomes "an".
@fdncred
fdncred merged commit 622b5c4 into nushell:main Sep 4, 2026
2 checks passed
@fdncred

fdncred commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Thanks

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.

2 participants