Skip to content

Commit

Permalink
docs: readme logger typo (#165)
Browse files Browse the repository at this point in the history
<!--
Thank you for your pull request. Please review below requirements.
Bug fixes and new features should include tests and possibly benchmarks.
Contributors guide:
https://github.com/eggjs/egg/blob/master/CONTRIBUTING.md

感谢您贡献代码。请确认下列 checklist 的完成情况。
Bug 修复和新功能必须包含测试,必要时请附上性能测试。
Contributors guide:
https://github.com/eggjs/egg/blob/master/CONTRIBUTING.md
-->

##### Checklist

- [x] documentation is changed or added
- [x] commit message follows commit guidelines

##### Description of change

A typo in README.md is fixed.

<!--
- any feature?
- close https://github.com/eggjs/egg/ISSUE_URL
-->
  • Loading branch information
Runc2333 authored Nov 14, 2023
1 parent b849732 commit 7186cf1
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 @@ -158,7 +158,7 @@ export class HelloService {

#### MultiInstanceProto

支持一个类有多个实例。比如说 logger 可能会初始化多个,用来输出到不通文件,db 可能会初始化多个,用来连接不同的数据库。
支持一个类有多个实例。比如说 logger 可能会初始化多个,用来输出到不同文件,db 可能会初始化多个,用来连接不同的数据库。
使用这个注解可以方便的对接外部资源。

##### 定义
Expand Down

0 comments on commit 7186cf1

Please sign in to comment.