Skip to content

Commit

Permalink
fix: typo in README-zh_CN (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
congyuandong authored Jan 16, 2024
1 parent e300355 commit becf999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @opensumi/di

这个工具将会帮助你很好的帮助你实现依赖反转,而不在关系那些对象实例化的细节。同时,因为对象的实例化在注册器中进行创建,所以工厂模式和单例模式都很容易实现。
这个工具将会帮助你很好的实现依赖反转,而不用关注那些对象实例化的细节。同时,因为对象的实例化在注册器中进行创建,所以工厂模式和单例模式都很容易实现。

## Table of Contents

Expand Down

0 comments on commit becf999

Please sign in to comment.