Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specification/draft/apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ sequenceDiagram

Note: when the Guest UI is rendered inside a sandbox, the sandbox transparently passes messages between the Guest UI and the Host, except for messages named `ui/notifications/sandbox-*`.

#### 5. Interactive Phase
#### 3. Interactive Phase

```mermaid
sequenceDiagram
Expand Down Expand Up @@ -782,7 +782,7 @@ sequenceDiagram
end
```

#### 6. Cleanup
#### 4. Cleanup

```mermaid
sequenceDiagram
Expand Down
Loading