diff --git a/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid b/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid
index cafa47470..0c9741c7e 100644
--- a/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid
+++ b/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid
@@ -14,7 +14,7 @@ Procedures are created using the [[Pragma: \procedure]] at the start of a tiddle
```
\define my-procedure(param)
-This is the macro text (param=<>)
+This is the procedure text (param=<>)
\end
```