Skip to content

Commit fc75eff

Browse files
authored
Merge pull request #118357 from hyoshioka0128/patch-757
Typo "a `azure-webapp-maven-plugin`"→"an `azure~plugin`"
2 parents f792146 + 8bbf8fe commit fc75eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/app-service/configure-language-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ With the [Maven Plugin for Azure Web Apps](https://github.com/microsoft/azure-ma
6666
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.11.0:config
6767
```
6868

69-
This command adds a `azure-webapp-maven-plugin` plugin and related configuration by prompting you to select an existing Azure Web App or create a new one. Then you can deploy your Java app to Azure using the following command:
69+
This command adds an `azure-webapp-maven-plugin` plugin and related configuration by prompting you to select an existing Azure Web App or create a new one. Then you can deploy your Java app to Azure using the following command:
7070

7171
```shell
7272
mvn package azure-webapp:deploy

0 commit comments

Comments
 (0)