Skip to content

docs(practices): fix three typos in histograms and summaries - #3072

Merged
jan--f merged 1 commit into
prometheus:mainfrom
santhiprakash:histograms-typos-fix
Aug 13, 2026
Merged

docs(practices): fix three typos in histograms and summaries#3072
jan--f merged 1 commit into
prometheus:mainfrom
santhiprakash:histograms-typos-fix

Conversation

@santhiprakash

Copy link
Copy Markdown
Contributor

@jan--f — three typos on the Histograms and summaries practices page.

What changed

docs/practices/histograms.md:

  • "accordingy" -> "accordingly" (fixed bucket layout)
  • "accurace" -> "accurate" (Apdex calculation)
  • "clasic" -> "classic" (bucket boundaries thought experiment)

Why

Word-level corrections only; no content or behavior change. The page is one of the most-referenced practices documents and was recently the subject of a similar typo fix (#3057).

How it was verified

  • npm run lint — clean (pre-existing PromMarkdown.tsx unused-vars warning only).
  • Diff limited to the three misspellings.

- Problem: three misspelled words on the histograms practices page (accordingy, accurace, clasic), the most-referenced page on histogram usage.

- Fix: spell them correctly (accordingly, accurate, classic).

- Verification: npm run lint clean (pre-existing PromMarkdown.tsx warning only).

Signed-off-by: Santhi Prakash <b.santhiprakash@gmail.com>
@jan--f
jan--f merged commit 6ee5b68 into prometheus:main Aug 13, 2026
6 checks passed
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