chore: typo fixes (#1546)
* chore: fix typos in comments/JSDoc. * chore: fix typo in internal function name. * chore: fix typos in test comments/descriptions/variable names.
This commit is contained in:
@@ -117,7 +117,7 @@ describe('compiler + runtime integration', () => {
|
||||
document.querySelector = origin
|
||||
})
|
||||
|
||||
it('should warn when template is not avaiable', () => {
|
||||
it('should warn when template is not available', () => {
|
||||
const app = createApp({
|
||||
template: {}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user