Skip to content
Snippets Groups Projects
Commit 79b9f727 authored by Marshall Quander's avatar Marshall Quander
Browse files

Fix a small typo

parent 611389c9
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ module.exports = (env, argv) => ({
"http-equiv": "origin-trial",
"data-feature": "WebVR (For Chrome M62+)",
"data-expires": process.env.ORIGIN_TRIAL_EXPIRES,
"data-content": process.env.ORIGIN_TRIAL_TOKEN
content: process.env.ORIGIN_TRIAL_TOKEN
}
]
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment