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: docs/hooks.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
@@ -1960,7 +1960,7 @@ Transform fields & objects in place in the record(s) using a recursive walk. Pow
1960
1960
1961
1961
Traverse and transform objects in place by visiting every node on a recursive walk. Any object in the hook may be traversed, including the query object.
1962
1962
1963
-
> [substack/js-traverse](https://github.com/substack/js-traverse) documents the extensive methods and context available to the transformer function.
1963
+
> [traverse (NPM)](https://npmjs.com/package/traverse) documents the extensive methods and context available to the transformer function.
0 commit comments