Skip to content

Commit 7ca58c3

Browse files
committed
fix typos
1 parent 12b4ae2 commit 7ca58c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/api/child.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var _ = require('../util')
22

33
/**
4-
* Create a child instance that prototypally inehrits
4+
* Create a child instance that prototypally inherits
55
* data on parent. To achieve that we create an intermediate
66
* constructor with its prototype pointing to parent.
77
*

src/api/global.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ var config = require('../config')
66
*/
77

88
exports.util = _
9+
exports.config = config
910
exports.nextTick = _.nextTick
10-
exports.config = require('../config')
1111
exports.compiler = require('../compiler')
1212

1313
exports.parsers = {
@@ -28,7 +28,7 @@ exports.cid = 0
2828
var cid = 1
2929

3030
/**
31-
* Class inehritance
31+
* Class inheritance
3232
*
3333
* @param {Object} extendOptions
3434
*/

0 commit comments

Comments
 (0)