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

Fix `expresion` typo in `MustacheTag` interface
pull/2944/head
Rich Harris 5 years ago committed by GitHub
commit e3f86557f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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