From 865aeaad12846bf17680b9bd01f9f82f14678b76 Mon Sep 17 00:00:00 2001 From: Darius Wiles Date: Sat, 27 Feb 2021 14:19:02 -0800 Subject: [PATCH] Fix typo "and id and" to "an id and" --- docs/stateDiagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stateDiagram.md b/docs/stateDiagram.md index 1c6775d05..67934f0f4 100644 --- a/docs/stateDiagram.md +++ b/docs/stateDiagram.md @@ -125,7 +125,7 @@ stateDiagram-v2 In a real world use of state diagrams you often end up with diagrams that are multi-dimensional as one state can have several internal states. These are called composite states in this terminology. -In order to define a composite state you need to use the state keyword followed by and id and the body of the composite state between \{\}. See the example below: +In order to define a composite state you need to use the state keyword followed by an id and the body of the composite state between \{\}. See the example below: ``` stateDiagram-v2