Skip to content

Commit

Permalink
Fix misc. typos (skiff-org#380)
Browse files Browse the repository at this point in the history
Found via `codespell -q 3 -S ./node_modules`
  • Loading branch information
luzpaz authored Jul 15, 2023
1 parent 105a2a5 commit 4e9ba01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The core team will promptly review your Pull Request and either merge it or requ

- All branches should be targeted at `main`.
- The reference issue number should be include in the branch name.
- Pull Request titles should be formated as `[Issue #] [Component] Imperative description`. For example, `[#1045] [Button] Add force theme support.`
- Pull Request titles should be formatted as `[Issue #] [Component] Imperative description`. For example, `[#1045] [Button] Add force theme support.`
- There should be a description for the reviewer on how the code is structured and what to review.
- All code should be linted, well-formated, and type-safe (running `yarn prettier`, `yarn lint`, and `yarn typescript`)
- Any API changes should tag the core team to update documentation.
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export interface DialogProps {
inputField?: Array<InputComponent | TextAreaComponent> | InputComponent | TextAreaComponent;
loading?: boolean;
level?: 'l0' | 'l1' | 'l2' | 'l3';
// if dialog contains non button content otherwise pass in buttom group item and auto-layout
// if dialog contains non button content otherwise pass in button group item and auto-layout
customContent?: boolean;
isMobile?: boolean;
disableOffClick?: boolean;
Expand Down

0 comments on commit 4e9ba01

Please sign in to comment.