We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210bfc6 commit ec19d29Copy full SHA for ec19d29
providers/env-var/README.md
@@ -25,7 +25,7 @@ To use the `EnvVarProvider` create an instance and use it as a provider:
25
OpenFeatureAPI.getInstance().setProvider(provider);
26
```
27
28
-### Configuring different methods of fetching environment variables
+### Configuring different methods for fetching environment variables
29
30
This provider defines an `EnvironmentGateway` interface, which is used to access the actual environment variables.
31
The class [OS][os-class] is implementing this interface and creates the actual connection between provider
0 commit comments