-
Notifications
You must be signed in to change notification settings - Fork 117
Spelling #1048
base: master
Are you sure you want to change the base?
Spelling #1048
Conversation
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most corrections automatically suggested by Google Sheets. All fault mine.
name: "MapChartElementkAttribute", | ||
name: "MapChartElementAttribute", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's possible this is important...
@@ -51,7 +51,7 @@ import { EditorType } from "./stores/app_store"; | |||
import { LocalizationConfig } from "../container/container"; | |||
|
|||
export class ApplicationExtensionContext implements ExtensionContext { | |||
constructor(public app: Application) {} | |||
constructor(public app: Application) { } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't do this. But I apparently opened this file in VSCode and some reformatting rule apparently insisted (it also rewrote my workflow yaml).
I'm willing to drop these changes, but do note that files should not trip up drive-by-contributors which means someone should really clean up the codebase so this doesn't happen when the next person drives by.
localizaiton: LocalizationConfig, | ||
localization: LocalizationConfig, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's possible this is a public api. I hope it isn't...
export * from "./messsage_box"; | ||
export * from "./message_box"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File renamed below
export function getAligntment(anchor: Element) { | ||
export function getAlignment(anchor: Element) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's possible this is an api
const gridineArcRotate = 90; | ||
const gridlineArcRotate = 90; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
* | ||
* ![Plot segmets](media://plotsegmets_scaffolds.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find this file
@@ -7,7 +7,7 @@ import { useEffect } from "react"; | |||
import { ZoomInfo } from "../.."; | |||
import { AxisDataBindingType } from "../../specification/types"; | |||
|
|||
export interface VirtualScrollBarPropertes { | |||
export interface VirtualScrollBarProperties { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
api?
@@ -10,7 +10,7 @@ import { snapToAttribute } from "../../prototypes/update_attribute"; | |||
import { ConstraintPlugin, ConstraintSolver, Variable } from "../abstract"; | |||
|
|||
// eslint-disable-next-line | |||
export interface PolarCoordinatorPluginOptions {} | |||
export interface PolarCoordinatorPluginOptions { } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See earlier note about random whitespace changes from formatters
* * Solve sparse constrained linear least square problems using a lagrange method. | ||
* * Solve sparse constrained linear least square problems using a Lagrange method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eigen below is capitalized. I don't see any reason not to treat Lagrange with similar respect.
@bongshin: do I need to do something to push this along? |
This PR corrects misspellings identified by the check-spelling action.
The misspellings have been reported at jsoref@6a6d4eb#commitcomment-85635162
The action reports that the changes in this PR would make it happy: jsoref@21a7cf2
Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.