Skip to content

Commit

Permalink
Fix typo in documentation of custom charger (evcc-io#697)
Browse files Browse the repository at this point in the history
* Update chargers.mdx

Fix typo in documentation of custom charger - maxcurrentmillis

* Update englisch docs
  • Loading branch information
Schrolli91 authored Dec 24, 2024
1 parent 1971c94 commit 01632ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/devices/chargers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3834,7 +3834,7 @@ Optional zusätzlich ein oder mehrere aus

```yaml
...
maxcurrentmilis: # set charger max current (mA), maxcurrent: MUST be defined too!
maxcurrentmillis: # set charger max current (mA), maxcurrent: MUST be defined too!
source: ...
# ...
Phases1p3p: # phase switching (1/3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Optional, additionally add any of the following

```yaml
...
maxcurrentmilis: # set charger max current (mA), maxcurrent: MUST be defined too!
maxcurrentmillis: # set charger max current (mA), maxcurrent: MUST be defined too!
source: ...
# ...
Phases1p3p: # phase switching (1/3)
Expand Down

0 comments on commit 01632ce

Please sign in to comment.