Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 7fd6e4d

Browse files
committed
spelling: separated
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 392faaa commit 7fd6e4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ OPTIONS
232232
--dateFormat=dateFormat [default: isoDateTime] Date format to use when building issue list. Examples: mm/dd/yyyy
233233
--format=(JSONL|JSON|CSV) [default: JSONL] export format
234234
--jira transform output into a usable format for importing to Jira
235-
--labels=labels search issues with these labels (comma seperated)
235+
--labels=labels search issues with these labels (comma separated)
236236
--owner=owner GitHub repository owner
237237
--query=query Search query matching GitHub issue search syntax
238238
--repo=repo GitHub repository name

packages/cli/src/commands/search/issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class SearchIssues extends SearchCommand {
4343
description: "search issues in this state",
4444
}),
4545
labels: flagTypes.string({
46-
description: "search issues with these labels (comma seperated)",
46+
description: "search issues with these labels (comma separated)",
4747
}),
4848
jira: flagTypes.boolean({
4949
description:

0 commit comments

Comments
 (0)