docs: fix typos in comments and README - #50
Open
Avicennasis wants to merge 1 commit into
Open
Avicennasis wants to merge 1 commit into
Avicennasis wants to merge 1 commit into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.rbthe firms Matters->the firm's Matters(missing possessive apostrophe)app/controllers/application_controller.rbthe users account->the user's accountyour applications access grant->your application's access grantthe Clio Manaage access token->the Clio Manage access tokencan be calulcated with->can be calculated withwhich is the lifepsan in seconds->which is the lifespan in secondsnot your applications dashboard->not your application's dashboardIf 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")our apps dashboard->our app's dashboardUpon succesful callback->Upon successful callbackREADME.mdinstructions to setup your Developer Account->instructions to set up your Developer Account(verb form; the noun "setup" elsewhere in the README and indocs/is left as-is)Disclosure
Only the first item (
matter_controller.rbL8) 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.rbandconfig/application.rbwere deliberately left alone — their comments are verbatim Rails generator boilerplate.