Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 25, 2023
1 parent 43e9be3 commit 90a7eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {convert} from 'unist-util-is'
* @param
* Thing to check, typically `Node`.
* @returns
* Whether `node` is phrasing content.
* Whether `value` is phrasing content.
*/
export const phrasing = /** @type {AssertPredicatePhrasing} */ (
convert([
Expand Down

0 comments on commit 90a7eca

Please sign in to comment.