Skip to content

Commit

Permalink
chore(docs): update url of deleteNode (#36502)
Browse files Browse the repository at this point in the history
docs(gatsby): update url of `deleteNode`

Co-authored-by: nnmax <hi.max@foxemail.com>
  • Loading branch information
nnmax and nnmax committed Sep 2, 2022
1 parent 3bc957b commit 0d4dfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/index.d.ts
Expand Up @@ -1221,7 +1221,7 @@ export interface Actions {
option?: ActionOptions
): void

/** @see https://www.gatsbyjs.com/docs/actions/#deletePage */
/** @see https://www.gatsbyjs.com/docs/actions/#deleteNode */
deleteNode(node: NodeInput, plugin?: ActionPlugin): void

/** @see https://www.gatsbyjs.com/docs/actions/#createNode */
Expand Down

0 comments on commit 0d4dfe9

Please sign in to comment.