Skip to content

Commit

Permalink
address pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh-1997 committed Jan 31, 2025
1 parent 76c2921 commit 0c1927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/autoedits/create-autoedits-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function createAutoEditsProvider({
*
* This is because because of the flaky network issues we could evaluate the default feature flag value to false
* and show the non eligibility notification to the user even if they have access to the feature.
* Generally the users should see the notification only when they manully change the vscode config which could be either
* Generally the users should see the notification only when they manually change the vscode config which could be either
* through the settings UI or `settings.json` file.
*
* @param {string | undefined} nonEligibilityReason - The reason why the user is currently not eligible
Expand Down

0 comments on commit 0c1927e

Please sign in to comment.