From aee94ea93ad54376e6e4b8111b191feb5ff47f89 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Wed, 21 Aug 2024 14:58:04 -0400 Subject: [PATCH] Fix typo in the documentation. --- doc/src/guide/howto/account.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/guide/howto/account.md b/doc/src/guide/howto/account.md index 5e514d2..eca9564 100644 --- a/doc/src/guide/howto/account.md +++ b/doc/src/guide/howto/account.md @@ -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.