Merge pull request #2911 from ankeetmaini/fix-interface-typo

Fix `expresion` typo in `MustacheTag` interface
pull/7738/head
Rich Harris 6 years ago committed by GitHub
commit 37379fcd9f

@ -13,7 +13,7 @@ export interface Text extends BaseNode {
export interface MustacheTag extends BaseNode {
type: 'MustacheTag',
expresion: Node;
expression: Node;
}
export type DirectiveType = 'Action'

Loading…
Cancel
Save