Merge pull request #537 from ctruelson/fix-spelling

Fix spelling of 'you' in sequenceDiagram docs
This commit is contained in:
Tyler Long
2017-05-31 22:22:08 +08:00
committed by GitHub

View File

@@ -103,7 +103,7 @@ Activations can be stacked for same actor:
``` ```
sequenceDiagram sequenceDiagram
Alice->>+John: Hello John, how are you? 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: Hi Alice, I can hear you!
John-->>-Alice: I feel great! John-->>-Alice: I feel great!
``` ```
@@ -113,7 +113,7 @@ Stacked activations look like this:
```mermaid ```mermaid
sequenceDiagram sequenceDiagram
Alice->>+John: Hello John, how are you? 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: Hi Alice, I can hear you!
John-->>-Alice: I feel great! John-->>-Alice: I feel great!
``` ```