Skip to content

Commit 1199365

Browse files
committed
Small docs layout fix
1 parent ffff230 commit 1199365

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/integrations/hosting-azure-static-web-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ This is a .NET Aspire Integration for using the [Azure Static Web App CLI](https
99
It provides support for proxying both the static frontend and the API backend using resources defined in the AppHost project.
1010

1111
!!! note
12-
This does not support deployment to Azure Static Web Apps.
12+
This does not support deployment to Azure Static Web Apps.
1313

1414
## Usage
1515

1616
!!! note
17-
This integration requires the Azure Static Web Apps CLI to be installed. You can install it using the following command:
17+
This integration requires the Azure Static Web Apps CLI to be installed. You can install it using the following command:
1818

1919
```bash
2020
npm install -g @azure/static-web-apps-cli

docs/integrations/hosting-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It provides support for both container options and executable options for the Ja
3434
## Usage
3535

3636
!!! note
37-
This integration requires your Java/Spring application to be compiled and built through Maven, Gradle or any other build tool that generates a JAR file.
37+
This integration requires your Java/Spring application to be compiled and built through Maven, Gradle or any other build tool that generates a JAR file.
3838

3939
### Use the containerized Spring app
4040

0 commit comments

Comments
 (0)