Skip to content

Commit 74febfc

Browse files
AskingQuestionsposva
authored andcommitted
chore: comment typos (#1621)
1 parent cf00a45 commit 74febfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ var component = normalizer(
185185
// from the devtools.
186186
code += `\ncomponent.options.__file = ${JSON.stringify(rawShortFilePath.replace(/\\/g, '/'))}`
187187
} else if (options.exposeFilename) {
188-
// Libraies can opt-in to expose their components' filenames in production builds.
188+
// Libraries can opt-in to expose their components' filenames in production builds.
189189
// For security reasons, only expose the file's basename in production.
190190
code += `\ncomponent.options.__file = ${JSON.stringify(filename)}`
191191
}

Diff for: lib/runtime/componentNormalizer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function normalizeComponent (
7171
// for template-only hot-reload because in that case the render fn doesn't
7272
// go through the normalizer
7373
options._injectStyles = hook
74-
// register for functioal component in vue file
74+
// register for functional component in vue file
7575
var originalRender = options.render
7676
options.render = function renderWithStyleInjection (h, context) {
7777
hook.call(context)

0 commit comments

Comments
 (0)