From c223c2be5c5e354d8cedc89bf1e9378a319a340c Mon Sep 17 00:00:00 2001 From: Charles Truelson Date: Fri, 26 May 2017 15:03:35 -0400 Subject: [PATCH] Fix spelling of 'you' --- docs/content/sequenceDiagram.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/sequenceDiagram.md b/docs/content/sequenceDiagram.md index f21514633..c2cbb19cb 100755 --- a/docs/content/sequenceDiagram.md +++ b/docs/content/sequenceDiagram.md @@ -103,7 +103,7 @@ Activations can be stacked for same actor: ``` sequenceDiagram Alice->>+John: Hello John, how are you? - Alice->>+John: John, can yoy hear me? + Alice->>+John: John, can you hear me? John-->>-Alice: Hi Alice, I can hear you! John-->>-Alice: I feel great! ``` @@ -113,7 +113,7 @@ Stacked activations look like this: ```mermaid sequenceDiagram Alice->>+John: Hello John, how are you? - Alice->>+John: John, can yoy hear me? + Alice->>+John: John, can you hear me? John-->>-Alice: Hi Alice, I can hear you! John-->>-Alice: I feel great! ```