Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thetrevorharmon authored Apr 17, 2023
1 parent 76955d9 commit 01fda91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface Sublanguage {
facet: Facet<{[name: string]: any}>
}

/// Syntax node prop used to register sublangauges. Should be added to
/// Syntax node prop used to register sublanguages. Should be added to
/// the top level node type for the language.
export const sublanguageProp = new NodeProp<Sublanguage[]>()

Expand Down

0 comments on commit 01fda91

Please sign in to comment.