Skip to content

Commit 00087b7

Browse files
committed
fix: typo
1 parent 46dcc45 commit 00087b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/addStylesClient.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function applyToTag (styleElement, obj) {
200200
styleElement.setAttribute('media', media)
201201
}
202202
if (options.ssrId) {
203-
styleElement.setAttribute(ssridKey, obj.id)
203+
styleElement.setAttribute(ssrIdKey, obj.id)
204204
}
205205

206206
if (sourceMap) {

0 commit comments

Comments
 (0)