Skip to content

Commit

Permalink
Corrects minor typo for deprecrated (#1301)
Browse files Browse the repository at this point in the history
`deprecrated` --> `deprecated`
  • Loading branch information
ElvenSpellmaker authored May 4, 2021
1 parent dd242ee commit 6bf6348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureRMTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ export class AzureRMTools implements IProvideOpenedDocuments {
const neverForThisFile: vscode.MessageItem = { title: "Never for this file" };

const response = await ext.ui.showWarningMessage(
`Warning: You are using a deprecrated schema version that is no longer maintained. Would you like us to update "${path.basename(document.uri.path)}" to use the newest schema?`,
`Warning: You are using a deprecated schema version that is no longer maintained. Would you like us to update "${path.basename(document.uri.path)}" to use the newest schema?`,
{
learnMoreLink: "https://aka.ms/vscode-azurearmtools-updateschema"
},
Expand Down

0 comments on commit 6bf6348

Please sign in to comment.