Skip to content

Commit ce41434

Browse files
authoredMar 14, 2022
Flow: Changed alias of type to class-name (#3390)
1 parent 3916883 commit ce41434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎components/prism-flow.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'type': [
66
{
77
pattern: /\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,
8-
alias: 'tag'
8+
alias: 'class-name'
99
}
1010
]
1111
});

‎components/prism-flow.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.