You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,4 +66,4 @@ The `stat_provider` function will only be called once per node and the result wi
66
66
67
67
Alternatively, if it's not beneficial to lazy load these stats and you want to provide them premptively, you can just add them to each item that you send to `showNodes` as a property called `stat`. If you do this, there is no need to register a provider.
68
68
69
-
You cluld technically mix and match these strategies. Each node should have either a `stat` or a `stat_provider` property.
69
+
You could technically mix and match these strategies. Each node should have either a `stat` or a `stat_provider` property.
0 commit comments