fix: Fix typo

This commit is contained in:
Sébastien Chopin 2018-11-15 16:27:31 -05:00
parent 992849ee1a
commit aa7b9da2bb

View File

@ -88,7 +88,7 @@ export default ({ options, nuxt, renderRoute, resources }) => async function nux
const defaultPushAssets = (preloadFiles, shouldPush, publicPath, isDev) => {
if (shouldPush && isDev) {
consola.warn('http2.shouldPush is deprecated. User http2.pushAssets function')
consola.warn('http2.shouldPush is deprecated. Use http2.pushAssets function')
}
const links = []