Skip to content

Comments

fix: Correct typos and grammatical errors across codebase and documentation#66

Open
mahanadh wants to merge 2 commits intograniticio:masterfrom
mahanadh:fix/typos-and-documentation-corrections
Open

fix: Correct typos and grammatical errors across codebase and documentation#66
mahanadh wants to merge 2 commits intograniticio:masterfrom
mahanadh:fix/typos-and-documentation-corrections

Conversation

@mahanadh
Copy link

@mahanadh mahanadh commented Feb 4, 2026

Summary

This PR fixes various typos and grammatical errors found throughout the codebase and documentation.

Changes

Code Comments

  • granitic.go: "intialise" → "initialise"
  • logging/format.go, logging/structured.go, facility/httpserver/structured.go: "according the the" → "according to the"
  • logging/format.go: "Mutally" → "Mutually" (2 occurrences)
  • rdbms/manager.go: "used a the" → "used as the"
  • rdbms/tags.go: "to the the" → "to the"
  • config/config.go: "data a the" → "data at the", "float63" → "float64", "eror" → "error"
  • ioc/component.go: "the the component" → "the component", "proceeds" → "precedes"
  • validate/validate.go: "for the the type" → "for the type"

Documentation

  • README.md: "RDMBS" → "RDBMS"
  • RELEASE_NOTES.md: Multiple grammar fixes
  • CONTRIBUTING.md: Fixed broken markdown link for issue template
  • doc/ref/cfg-principles.md: "the the configuration" → "the configuration"
  • doc/ref/ioc-principles.md: "container be interacted" → "container can be interacted"
  • doc/ref/gpr-build.md: "outout" → "output", "indentification" → "identification"
  • doc/ref/vld-operations.md: "Mutally Exclusive" → "Mutually Exclusive"
  • doc/ref/ws-capture.md: "the the client" → "the client"
  • doc/ref/ws-logic.md: "intialisation" → "initialisation"

File Rename (if applicable)

  • config/intial_test.goconfig/initial_test.go

Testing

  • go test ./... passes
  • go fmt ./... applied
  • go vet ./... passes

Notes

No functional changes—documentation and comments only.

- Fix spelling errors: intialise, Mutally, indentification, outout
- Fix grammar issues: "the the", "used a the", "have as more"
- Fix incorrect type reference: float63 → float64
- Fix broken markdown link in CONTRIBUTING.md
- Fix word choice: proceeds → precedes, it's → its (possessive)
- Fix spelling errors: intialise, Mutally, indentification, outout
- Fix grammar issues: "the the", "used a the", "have as more"
- Fix incorrect type reference: float63 → float64
- Fix broken markdown link in CONTRIBUTING.md
- Fix word choice: proceeds → precedes, it's → its (possessive)
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.

1 participant