Skip to content

Commit

Permalink
docs: grammar and typos check
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbanse committed Sep 11, 2024
1 parent b584a64 commit 3593119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/impacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ from ecologits import EcoLogits
EcoLogits.init(electricity_mix_zone="FRA")
```

By default, the `WOR` World electricity mix is used, which values are:
By default, the `WOR` World electricity mix is used, whose values are:

| Impact criteria | Value | Unit |
|-----------------|------------|-----------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ EcoLogits.init(providers=["anthropic", "mistralai"])
**It is currently not possible to dynamically activate and deactivate a provider at runtime.** Each time that `EcoLogits` is re-initialized with another providers, the latter will be added to the list of already initialized providers. If you think that un-initializing a provider could be necessary for your use case, please [open an issue :octicons-link-external-16:](https://github.com/genai-impact/ecologits/issues/new/choose)."


### Configue electricity mix
### Configure electricity mix

You can change the [electricity mix :octicons-link-external-16:](https://ourworldindata.org/electricity-mix) for server-side computation depending on a specific location. EcoLogits will automatically change the default impact factors for electricity consumption according to the selected zone.

Expand Down

0 comments on commit 3593119

Please sign in to comment.