From 6aa616188119b9f40a72cd5beefbbd310ff10731 Mon Sep 17 00:00:00 2001 From: Greg Stretton Date: Mon, 28 Dec 2020 11:06:40 +0000 Subject: [PATCH] Fix typo --- docs/common-patterns.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/common-patterns.rst b/docs/common-patterns.rst index cf122cd67..d0f9e74e3 100644 --- a/docs/common-patterns.rst +++ b/docs/common-patterns.rst @@ -248,7 +248,7 @@ the modifier ``atStage`` ensures that the function can only be called at a certain stage. Automatic timed transitions -are handled by the modifier ``timeTransitions``, which +are handled by the modifier ``timedTransitions``, which should be used for all functions. .. note::