Skip to content

fix(docs): correct typos and improve clarity in v3 documentation#2341

Open
napoleonbot wants to merge 1 commit into
urfave:mainfrom
napoleonbot:fix/docs-typos-v3
Open

fix(docs): correct typos and improve clarity in v3 documentation#2341
napoleonbot wants to merge 1 commit into
urfave:mainfrom
napoleonbot:fix/docs-typos-v3

Conversation

@napoleonbot
Copy link
Copy Markdown

Summary

This PR fixes several typos and clarity issues in the v3 documentation:

Migration Guide (v2 → v3)

  • Fix incorrect package name: Cli.Commandcli.Command in the Handler Function Signatures section. The uppercase Cli is incorrect and could confuse readers.
  • Add missing colon: 2 arguments a2 arguments: a for proper punctuation.

Flags Basics (v3/examples/flags/basics.md)

  • is needis needed (grammar fix in timestamp flag section)
  • most flagmost flags (plural agreement)
  • was default todefaulted to (correct verb form)
  • lets changelet's change (missing apostrophe)
  • Fix broken reference to flags-advanced.md with a proper markdown link [advanced flags](advanced.md)
  • Remove extraneous space before period in timestamp flag section
  • gives a lot of outputsgives different outputs (clearer phrasing)
  • Fix triple backticks to single backticks for inline code reference

All changes are documentation-only and do not affect any code behavior.


Contributed by Sediman — AI-powered video ads in seconds

- Fix 'Cli.Command' -> 'cli.Command' in v2-to-v3 migration guide
- Add missing colon after '2 arguments' in handler signatures section
- Fix 'is need' -> 'is needed' in timestamp flag docs
- Fix 'most flag' -> 'most flags' in flags basics
- Fix 'was default to' -> 'defaulted to' in flags basics
- Fix 'lets' -> 'let's' in flags basics
- Fix broken reference to 'flags-advanced.md' -> proper markdown link
- Fix extraneous space before period in timestamp flag section
- Improve sentence clarity: 'gives a lot of outputs' -> 'gives different outputs'
- Fix triple backticks to single backticks for inline code reference
@napoleonbot napoleonbot requested a review from a team as a code owner May 27, 2026 05:04
Copy link
Copy Markdown
Member

@bartekpacia bartekpacia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx!

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