Skip to content

docs: fix typos in comments and README - #50

Open
Avicennasis wants to merge 1 commit into
clio:mainfrom
Avicennasis:docs/fix-typos
Open

Avicennasis wants to merge 1 commit into
clio:mainfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fixes 11 typos in developer-facing comments and the README. No functional changes — comments and documentation only. No identifier, method name, symbol key, or runtime string was touched.

app/controllers/matter_controller.rb

  • L8: the firms Matters -> the firm's Matters (missing possessive apostrophe)

app/controllers/application_controller.rb

  • L40: the users account -> the user's account
  • L45: your applications access grant -> your application's access grant
  • L106: the Clio Manaage access token -> the Clio Manage access token
  • L117: can be calulcated with -> can be calculated with
  • L118: which is the lifepsan in seconds -> which is the lifespan in seconds
  • L130: not your applications dashboard -> not your application's dashboard
  • L142: If we performing the usual SSO login flow -> If we are performing the usual SSO login flow (dropped word; the parallel sentence one line above already reads "If we are performing")
  • L143: our apps dashboard -> our app's dashboard
  • L152: Upon succesful callback -> Upon successful callback

README.md

  • L15: instructions to setup your Developer Account -> instructions to set up your Developer Account (verb form; the noun "setup" elsewhere in the README and in docs/ is left as-is)

Disclosure

Only the first item (matter_controller.rb L8) came from the original report. The other ten were found while reading the surrounding files and are included in the same branch so they can be reviewed together.

config/puma.rb and config/application.rb were deliberately left alone — their comments are verbatim Rails generator boilerplate.

Corrects misspellings, a dropped word, and missing possessive apostrophes in
developer-facing comments and the README. No functional changes.

Signed-off-by: Léon Avic Simmons <Avicennasis@gmail.com>
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