Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 93bd440

Browse filesBrowse files
authored
fix typos (#12348)
1 parent abfbf2d commit 93bd440
Copy full SHA for 93bd440

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed

‎packages/weex-vue-framework/index.js

Copy file name to clipboardExpand all lines: packages/weex-vue-framework/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function createInstanceContext (
2828
data: data
2929
};
3030

31-
// Each instance has a independent `Vue` module instance
31+
// Each instance has an independent `Vue` module instance
3232
var Vue = instance.Vue = createVueModuleInstance(instanceId, weex);
3333

3434
// DEPRECATED

‎src/platforms/weex/entry-framework.js

Copy file name to clipboardExpand all lines: src/platforms/weex/entry-framework.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function createInstanceContext (
2222
data
2323
}
2424

25-
// Each instance has a independent `Vue` module instance
25+
// Each instance has an independent `Vue` module instance
2626
const Vue = instance.Vue = createVueModuleInstance(instanceId, weex)
2727

2828
// DEPRECATED

‎test/unit/features/component/component-async.spec.js

Copy file name to clipboardExpand all lines: test/unit/features/component/component-async.spec.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('Component async', () => {
77
const oldClearTimeout = window.clearTimeout;
88

99
// will contain pending timeouts set during the test iteration
10-
// will contain the id of the timeout as the key, and the the millisecond timeout as the value
10+
// will contain the id of the timeout as the key, and the millisecond timeout as the value
1111
// this helps to identify the timeout that is still pending
1212
let timeoutsPending = {};
1313

‎test/unit/features/directives/on.spec.js

Copy file name to clipboardExpand all lines: test/unit/features/directives/on.spec.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('Directive v-on', () => {
3131
expect(event.type).toBe('click')
3232
})
3333

34-
it('should bind event to a inline statement', () => {
34+
it('should bind event to an inline statement', () => {
3535
vm = new Vue({
3636
el,
3737
template: '<div v-on:click="foo(1,2,3,$event)"></div>',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.