Skip to content

Commit 75c599f

Browse files
committed
update extension.ts
1 parent 85af651 commit 75c599f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Extension module.
33
*
44
* This sets up the VS Code extension's command entry-point and applies logic in
5-
* the prepareCommitMsg module to a target branch.
5+
* the `prepareCommitMsg` module to a target branch.
66
*/
77
import * as vscode from "vscode";
88
import { API, Repository } from "./api/git";
@@ -79,7 +79,7 @@ async function _chooseRepoForAutofill(sourceControl?: vscode.SourceControl) {
7979
/**
8080
* Set up the extension activation.
8181
*
82-
* The autofill command as configured in `package.json` will be triggered
82+
* The `autofill` command as configured in `package.json` will be triggered
8383
* and run the autofill logic for a repo.
8484
*/
8585
export function activate(context: vscode.ExtensionContext) {

0 commit comments

Comments
 (0)