Skip to content

Commit 1cd3d4d

Browse files
docs: fix typos in code comments (#9318)
Corrects 'satifies' to 'satisfies' and 'Donot' to 'Do not' in code comments.
1 parent 9f73d08 commit 1cd3d4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/core/store/issue/helpers/base-issues.store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ export abstract class BaseIssuesStore implements IBaseIssuesStore {
12121212
const issueId = issue?.id ?? issueBeforeUpdate?.id;
12131213
if (!issueId) return;
12141214

1215-
// Get display filters to check if 'Show sub Work items' is enabled - Donot add Work item to main list if disabled.
1215+
// Get display filters to check if 'Show sub Work items' is enabled - Do not add Work item to main list if disabled.
12161216
const isShowWorkItemsEnabled = this.issueFilterStore.issueFilters?.displayFilters?.sub_issue ?? false;
12171217

12181218
// get issueUpdates from another method by passing down the three arguments

packages/propel/src/popover/popover.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { useArgs } from "storybook/preview-api";
1010
import { CloseOutline } from "@makeplane/propel/icons";
1111
import { Popover } from "./root";
1212

13-
// cannot use satifies here because base-ui does not have portable types.
13+
// cannot use satisfies here because base-ui does not have portable types.
1414
const meta: Meta<typeof Popover> = {
1515
title: "Components/Popover",
1616
component: Popover,

0 commit comments

Comments
 (0)