Skip to content

Commit

Permalink
Fix typo in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Aug 21, 2024
1 parent b481c10 commit aee94ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/guide/howto/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Use the default action to conveniently set the account (or accounts) once in you

```toml
[default.action.submit_options.cluster1]
account "cluster1-account"
account = "cluster1-account"
[default.action.submit_options.cluster2]
account "cluster2-account"
account = "cluster2-account"

[[action]]
# Will use the defaults above.
Expand Down

0 comments on commit aee94ea

Please sign in to comment.