diff --git a/apps/guide/src/util/heading-node.ts b/apps/guide/src/util/heading-node.ts index 7c2127a86..40a469e07 100644 --- a/apps/guide/src/util/heading-node.ts +++ b/apps/guide/src/util/heading-node.ts @@ -9,7 +9,7 @@ export interface HeadingNode extends HeadingData { } /** - * Serialize heading data into a hierarchial tree structure where lower level headings are children of higher level headings. + * Serialize heading data into a hierarchical tree structure where lower level headings are children of higher level headings. * * @param headings - An array of heading data */