Skip to content

Commit

Permalink
fix: Wrong character
Browse files Browse the repository at this point in the history
到处 -> 导出
  • Loading branch information
ChasLui committed Jul 2, 2019
1 parent 1478555 commit 0d26d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ Other Style Guides

<a name="10.5"></a>
<a name="modules--no-mutable-exports"></a>
- [10.5](#modules--no-mutable-exports) 不要到处可变的东西
- [10.5](#modules--no-mutable-exports) 不要导出可变的东西
eslint: [`import/no-mutable-exports`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-mutable-exports.md)
> Why? 变化通常都是需要避免,特别是当你要输出可变的绑定。虽然在某些场景下可能需要这种技术,但总的来说应该导出常量。

Expand Down

0 comments on commit 0d26d5e

Please sign in to comment.