Skip to content

Commit

Permalink
fix: rename variable for consistency purposes (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Apr 25, 2022
1 parent 14694fd commit a1f28ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/sdks/java.md
Expand Up @@ -24,7 +24,7 @@ First we must add Unleash Client SDK as a dependency to your project. Below is a
Next we must initialize a new instance of the Unleash Client.

```java
UnleashConfig unleashConfig = UnleashConfig.builder()
UnleashConfig config = UnleashConfig.builder()
.appName("my.java-app")
.instanceId("your-instance-1")
.environment(System.getenv("APP_ENV"))
Expand Down

0 comments on commit a1f28ef

Please sign in to comment.