Skip to content

Commit

Permalink
jsdoc: Fix incorrect links of reactive utility on (#2296)
Browse files Browse the repository at this point in the history
* fix link

* Create pretty-hornets-cough.md

---------

Co-authored-by: Ryan Carniato <ryansolid@gmail.com>
  • Loading branch information
Huliiiiii and ryansolid authored Sep 23, 2024
1 parent c778d01 commit 9697c94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pretty-hornets-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"solid-js": patch
---

jsdoc: Fix incorrect links of reactive utility `on`
2 changes: 1 addition & 1 deletion packages/solid/src/reactive/signal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ export interface OnOptions {
* });
* ```
*
* @description https://docs.solidjs.com/reference/jsx-attributes/on_
* @description https://docs.solidjs.com/reference/reactive-utilities/on
*/
export function on<S, Next extends Prev, Prev = Next>(
deps: AccessorArray<S> | Accessor<S>,
Expand Down

0 comments on commit 9697c94

Please sign in to comment.