Skip to content

Commit bbbd77f

Browse files
committed
fixed missing comma
1 parent b0992b2 commit bbbd77f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,16 @@ export default {
126126
* Defines the default `font-display` value used for the generated
127127
* `@font-rule` classes.
128128
*/
129-
display: 'auto'
129+
display: 'auto',
130130

131131
/**
132132
* Using `<link rel="preload">` will trigger a request for the WebFont
133133
* early in the critical rendering path, without having to wait for the
134134
* CSSOM to be created.
135135
*/
136-
preload: true
137-
}
136+
preload: true
138137
}
139-
)
138+
})
140139
],
141140
}
142141
```

0 commit comments

Comments
 (0)