Update apps/guide/src/util/heading-node.ts

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
Suneet Tipirneni 2023-06-01 19:03:53 -04:00 committed by GitHub
parent be1b2ea6cd
commit 56d32be333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/