Skip to content

Commit 4da701e

Browse files
fix(docs) - corrects common typos in project documentation - 使固定说明文件
1 parent 99a5fb1 commit 4da701e

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

docs/apidoc/v3.1/host_relation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ host_info object 说明:
306306
"result":true,
307307
"bk_error_code":0,
308308
"bk_error_msg":"success",
309-
"data":"sucess"
309+
"data":"success"
310310
}
311311
```
312312

docs/apidoc/v3.2/host_relation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ host_info object 说明:
306306
"result":true,
307307
"bk_error_code":0,
308308
"bk_error_msg":"success",
309-
"data":"sucess"
309+
"data":"success"
310310
}
311311
```
312312

helm/bk-cmdb/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Please follow [bk-cmdb contributing guide](https://github.com/Tencent/bk-cmdb/blob/master/docs/CONTRIBUTING.md) to learn how to make code contribution.
44

5-
# Contributers
5+
# Contributors
66

7-
Thanks very much to all contributers who submitted pull requests to Helm Chart for bk-cmdb.
7+
Thanks very much to all contributors who submitted pull requests to Helm Chart for bk-cmdb.

src/common/metric/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func NewIntStringDemo() *IntStringMetricDemo {
194194
},
195195
{
196196
Name: "StringMetric",
197-
Help: "this metric gives you more ways to describe you process, like it's runing well.",
197+
Help: "this metric gives you more ways to describe you process, like it's running well.",
198198
GetFunc: func()(*metric.FloatOrString, error){return metric.FormFloatOrString("bcs is running well.")},
199199
},
200200
},
@@ -261,7 +261,7 @@ func(d DemoMetric) GetExtension() (*metric.MetricExtension, error){
261261
},
262262
{
263263
"name": "StringMetric",
264-
"help": "this metric gives you more ways to describe you process, like it's runing well.",
264+
"help": "this metric gives you more ways to describe you process, like it's running well.",
265265
"value": "bcs is running well.",
266266
"extension": null
267267
}

vendor/github.com/go-playground/universal-translator/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/hcl/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/juju/errors/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pelletier/go-toml/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/rs/xid/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/spf13/jwalterweatherman/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.mongodb.org/mongo-driver/vendor/github.com/gobuffalo/genny/README.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.mongodb.org/mongo-driver/vendor/github.com/karrick/godirwalk/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.mongodb.org/mongo-driver/vendor/github.com/pelletier/go-toml/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)