Skip to content

Commit

Permalink
fix: Typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ai committed Mar 8, 2024
1 parent 385088f commit d818fba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-scissors-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@r4ai/remark-callout": patch
---

Fix typo in README.md
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export type Options = {
* },
* })
*/
root?: NodeOptions | NodeOptionsFunctio;
root?: NodeOptions | NodeOptionsFunction;

/**
* The title node of the callout.
Expand All @@ -432,7 +432,7 @@ export type Options = {
* },
* }
*/
title?: NodeOptions | NodeOptionsFunctio;
title?: NodeOptions | NodeOptionsFunction;

/**
* A list of callout types that are supported.
Expand Down

0 comments on commit d818fba

Please sign in to comment.