diff --git a/packages/documentation/copy/en/topics/Modal Models.md b/packages/documentation/copy/en/topics/Modal Models.md
index a9f8ef3df..7e0924b5a 100644
--- a/packages/documentation/copy/en/topics/Modal Models.md
+++ b/packages/documentation/copy/en/topics/Modal Models.md
@@ -104,9 +104,9 @@ Note that *contained* refers to all contents defined locally in the mode and in
Whenever a mode is entered with a reset transition, the subsequent timing behavior is as if the mode was never executed before.
If there are state variables that need to be reset or reinitialized, then this can be done in a reaction triggered by `reset` or by marking the state variable for automatic reset (e.g.,
-`state x:int(0) reset`
+`reset state x:int(0)`
FIXME
-`state x(0) reset`
+`reset state x(0)`
FIXME
FIXME
).
diff --git a/packages/documentation/scripts/linguaFrancaUtils.js b/packages/documentation/scripts/linguaFrancaUtils.js
index 9bf493b3a..3aba4d607 100644
--- a/packages/documentation/scripts/linguaFrancaUtils.js
+++ b/packages/documentation/scripts/linguaFrancaUtils.js
@@ -20,7 +20,7 @@ const keywords = [
"new",
"output",
"physical", "preamble",
- "reaction", "reactor", "realtime",
+ "reaction", "reactor", "realtime", "reset",
"sec", "secs", "shutdown", "startup", "state",
"target", "timer", "time",
"usec", "usecs",