Skip to content

Commit 1975abb

Browse files
authored
Fix typo in 5-5-released.md
1 parent a59a7dc commit 1975abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content/posts/5-5-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ a reference cycle is created
9898
```
9999

100100
In this case, when `button` element is removed from the main DOM tree, it cannot be deallocated.
101-
The `onlick` closure is still referenced by the button itself. These reference cycles can be resolved
101+
The `onclick` closure is still referenced by the button itself. These reference cycles can be resolved
102102
with the usual `weak` captures you're probably used to writing in your AppKit and UIKit code.
103103

104104
## Tokamak

0 commit comments

Comments
 (0)