Skip to content

Commit b4ee8fc

Browse files
committed
[css-transforms-2] Fix syntax error.
1 parent 75bb7a8 commit b4ee8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-transforms-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec: html; type: element; text: a;
5050
<script>
5151
window.MathJax = {
5252
tex: {
53-
inlineMath: [['$', '$']]
53+
inlineMath: [['$', '$']],
5454
displayMath: [['$$', '$$']]
5555
},
5656
svg: {

0 commit comments

Comments
 (0)