Skip to content

Commit 107457d

Browse files
committed
修正一处文本
1 parent c35a96c commit 107457d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If that is all your need, then JSDoc itself has achieved your goal. But in many
4646
npm i -D docdash-hia
4747
npm i -D jsdoc-plugin-hia
4848
```
49-
1. Make relevant configuration in your JSDoc configuration file (assuming jsdco-conf.jsdon)
49+
1. Make relevant configuration in your JSDoc configuration file (assuming jsdoc-conf.json)
5050
```json
5151
"plugins": [
5252
"plugins/markdown",

zh-cn/doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var Book = function (title, author) {
4646
npm i -D docdash-hia
4747
npm i -D jsdoc-plugin-hia
4848
```
49-
1. 在你的jsdoc配置文件中(假设是jsdco-conf.jsdon)作好相关配置
49+
1. 在你的jsdoc配置文件中(假设是jsdoc-conf.json)作好相关配置
5050
```json
5151
"plugins": [
5252
"plugins/markdown",

0 commit comments

Comments
 (0)