Skip to content

Commit 2cf2aac

Browse files
committed
docs(copilot): remove duplicated preposition
Remove the repeated 'to' from the example feature specification so the sample response reads correctly. Changes: - content/copilot/tutorials/copilot-cookbook/analyze-functionality/analyze-feedback.md - Correct the duplicated preposition in the example response. Validation: - npm run lint-content -- --paths content/copilot/tutorials/copilot-cookbook/analyze-functionality/analyze-feedback.md - git diff --check
1 parent 9fb18d1 commit 2cf2aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/copilot/tutorials/copilot-cookbook/analyze-functionality/analyze-feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Write a feature specification for Issue #426.
9393
# Feature Specification for Issue #426: Shortcut for --with-token CLI option
9494
9595
## Description:
96-
Currently, the --with-token option is used to to pass in a token to commands. Typing --with-token each time is cumbersome. This feature proposes a new flag -wt as a shortcut to quickly specify the --with-token option when running various commands.
96+
Currently, the --with-token option is used to pass in a token to commands. Typing --with-token each time is cumbersome. This feature proposes a new flag -wt as a shortcut to quickly specify the --with-token option when running various commands.
9797
9898
## Problem:
9999
Typing --with-token repeatedly is time-consuming and inconvenient for users who frequently use this option.

0 commit comments

Comments
 (0)