Skip to content

Commit fa94723

Browse files
authored
Merge pull request #89839 from changeworld/patch-7
Fix typo
2 parents d64ff7b + 83fbbb4 commit fa94723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Bing-Web-Search/includes/quickstarts/web-search-client-library-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Create a new Java project using Maven or your favorite build automation tool. As
3838
<version>1.4.0</version>
3939
<configuration>
4040
<!--Your comment
41-
Replace the mainClass with the path to your java application.
41+
Replace the mainClass with the path to your Java application.
4242
It should begin with com and doesn't require the .java extension.
4343
For example: com.bingwebsearch.app.BingWebSearchSample. This maps to
4444
The following directory structure:
@@ -70,7 +70,7 @@ Create a new Java project using Maven or your favorite build automation tool. As
7070
<archive>
7171
<manifest>
7272
<!--Your comment
73-
Replace the mainClass with the path to your java application.
73+
Replace the mainClass with the path to your Java application.
7474
For example: com.bingwebsearch.app.BingWebSearchSample.java.
7575
This maps to the following directory structure:
7676
src/main/java/com/bingwebsearch/app/BingWebSearchSample.java.

0 commit comments

Comments
 (0)