Skip to content

Commit 389ddfd

Browse files
committed
Fix typo in context at commit description for consistency
1 parent c105889 commit 389ddfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode/src/views/panel/backend/message-handlers/handle-hash-sign-quick-pick.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ const hash_sign_quick_pick = async (params: {
484484
},
485485
{
486486
label: context_at_commit_label,
487-
description: 'Older versions of currently selected files'
487+
description: 'Older versions of the currently selected files'
488488
},
489489
{
490490
label: saved_context_label,

0 commit comments

Comments
 (0)