Skip to content

Commit 08fda3b

Browse files
authored
Apply suggestions from code review
Corrected issues flagged by Acrolinx
1 parent b9ff24c commit 08fda3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/search-get-started-java.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ Begin by opening Visual Studio Code and setting up a new project.
7474

7575
1. Select the latest version, currently **1.4**.
7676

77-
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Screenshot of a enter group id." border="true":::
77+
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Screenshot of an enter group id." border="true":::
7878

7979
1. Enter **azure.search.sample** as the group ID.
8080

81-
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Screenshot of a enter group id." border="true":::
81+
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Screenshot of an enter group id." border="true":::
8282

8383
1. Enter **azuresearchquickstart** as the artifact ID.
8484

85-
:::image type="content" source="media/search-get-started-java/java-quickstart-artifact-id.png" alt-text="Screenshot of a enter artifact id." border="true":::
85+
:::image type="content" source="media/search-get-started-java/java-quickstart-artifact-id.png" alt-text="Screenshot of an enter artifact id." border="true":::
8686

8787
1. Select the folder to create the project in.
8888

@@ -94,7 +94,7 @@ Begin by opening Visual Studio Code and setting up a new project.
9494

9595
### Specify Maven dependencies
9696

97-
1. Open the pom.xml file and add the follow dependencies
97+
1. Open the pom.xml file and add the following dependencies
9898

9999
```xml
100100
<dependencies>

0 commit comments

Comments
 (0)