We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3f8a1 commit 4474d49Copy full SHA for 4474d49
1 file changed
es5/README.md
@@ -192,7 +192,7 @@
192
```
193
194
- 超过 80 个字符的字符串应该使用连接符写成多行。
195
- - 注:若过渡使用,通过连接符连接的长字符串可能会影响性能。[jsPerf](http://jsperf.com/ya-string-concat) & [讨论](https://github.com/airbnb/javascript/issues/40).
+ - 注:若过度使用,通过连接符连接的长字符串可能会影响性能。[jsPerf](http://jsperf.com/ya-string-concat) & [讨论](https://github.com/airbnb/javascript/issues/40).
196
197
```javascript
198
// bad
@@ -1727,4 +1727,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1727
1728
**[⬆ 回到顶部](#table-of-contents)**
1729
1730
-# };
+# };
0 commit comments