diff --git a/docs/sdks/java.md b/docs/sdks/java.md index d3de2669a9..089a867ca8 100644 --- a/docs/sdks/java.md +++ b/docs/sdks/java.md @@ -7,7 +7,7 @@ In this guide we explain how to use feature toggles in a Java application using > **Important details** > ->Make sure your have the following details available: +>Make sure you have the following details available: > >- **API URL** – Where you should connect your client SDK >- **API Secret** – Your API secret required to connect to your instance. @@ -102,4 +102,4 @@ Unleash unleash = new DefaultUnleash(config); // Anywhere in the code unleash will get the unleash context from your registered provider. unleash.isEnabled("someToggle"); -``` \ No newline at end of file +```