File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ if (__DEV__) {
324
324
325
325
/**
326
326
* Handles the click behavior for router `<Link>` components. This is useful if
327
- * you need to create custom `<Link>` compoments with the same click behavior we
327
+ * you need to create custom `<Link>` components with the same click behavior we
328
328
* use in our exported `<Link>`.
329
329
*/
330
330
export function useLinkClickHandler < E extends Element = HTMLAnchorElement > (
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ const URLEventType = "url";
160
160
161
161
/**
162
162
* Handles the press behavior for router `<Link>` components. This is useful if
163
- * you need to create custom `<Link>` compoments with the same press behavior we
163
+ * you need to create custom `<Link>` components with the same press behavior we
164
164
* use in our exported `<Link>`.
165
165
*/
166
166
export function useLinkPressHandler (
You can’t perform that action at this time.
0 commit comments