We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
5-5-released.md
1 parent a59a7dc commit 1975abbCopy full SHA for 1975abb
Content/posts/5-5-released.md
@@ -98,7 +98,7 @@ a reference cycle is created
98
```
99
100
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
+The `onclick` closure is still referenced by the button itself. These reference cycles can be resolved
102
with the usual `weak` captures you're probably used to writing in your AppKit and UIKit code.
103
104
## Tokamak
0 commit comments