Skip to content

Commit aa0a71a

Browse files
committed
fix typo '过渡' to '过度'
1 parent 636e3ca commit aa0a71a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

es5/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
```
193193

194194
- 超过 80 个字符的字符串应该使用连接符写成多行。
195-
- 注:若过渡使用,通过连接符连接的长字符串可能会影响性能。[jsPerf](http://jsperf.com/ya-string-concat) & [讨论](https://github.com/airbnb/javascript/issues/40).
195+
- 注:若过度使用,通过连接符连接的长字符串可能会影响性能。[jsPerf](http://jsperf.com/ya-string-concat) & [讨论](https://github.com/airbnb/javascript/issues/40).
196196

197197
```javascript
198198
// bad
@@ -1727,4 +1727,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17271727
17281728
**[⬆ 回到顶部](#table-of-contents)**
17291729
1730-
# };
1730+
# };

0 commit comments

Comments
 (0)