Skip to content

Commit 7db51ff

Browse files
Fix typo in mermaid diagram comment
Changed "notifation" to "notification" in the interactive phase sequence diagram. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9cecf13 commit 7db51ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/draft/apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ sequenceDiagram
706706
H -->> H: Process message and follow up
707707
else Notify
708708
UI ->> H: notifications/message
709-
H ->> H: Process notifation and store in context
709+
H ->> H: Process notification and store in context
710710
else Resource read
711711
UI ->> H: resources/read
712712
H ->> S: resources/read

0 commit comments

Comments
 (0)