Skip to content

Commit ec07d63

Browse files
committed
Fix typo
/java/i -> Java
1 parent 727a5d4 commit ec07d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/cassandra/access-data-spring-data-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following procedure configures the test application.
5151
```
5252

5353
> [!NOTE]
54-
> Although the usage described below is identical for both Java version 3 and version 4 samples above, the way in which they have been implemented in order to include custom retry and load balancing policies is different. We recommend reviewing the code to understand how to implement custom policies if you are making changes to an existing spring java application.
54+
> Although the usage described below is identical for both Java version 3 and version 4 samples above, the way in which they have been implemented in order to include custom retry and load balancing policies is different. We recommend reviewing the code to understand how to implement custom policies if you are making changes to an existing spring Java application.
5555
5656
1. Locate the *application.properties* file in the *resources* directory of the sample project, or create the file if it does not already exist.
5757

0 commit comments

Comments
 (0)