Skip to content

Commit ec19d29

Browse files
authored
chore: update README
Signed-off-by: Todd Baert <[email protected]>
1 parent 210bfc6 commit ec19d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/env-var/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To use the `EnvVarProvider` create an instance and use it as a provider:
2525
OpenFeatureAPI.getInstance().setProvider(provider);
2626
```
2727

28-
### Configuring different methods of fetching environment variables
28+
### Configuring different methods for fetching environment variables
2929

3030
This provider defines an `EnvironmentGateway` interface, which is used to access the actual environment variables.
3131
The class [OS][os-class] is implementing this interface and creates the actual connection between provider

0 commit comments

Comments
 (0)