diff --git a/doc_src/tutorial.hdr b/doc_src/tutorial.hdr
index 9d2ae535a..ca36a7cb1 100644
--- a/doc_src/tutorial.hdr
+++ b/doc_src/tutorial.hdr
@@ -276,7 +276,7 @@ Unlike other shells, `fish` does not have an export command. Instead, a variable
\fish{cli-dark}
>_ set -x MyVariable SomeValue
>_ env | grep MyVariable
-MyVariablem=SomeValue
+MyVariable=SomeValue
\endfish
You can erase a variable with `-e` or `--erase`