Skip to content

Commit 344720d

Browse files
authored
拼写错误纠正 (#3810)
docs\en\samples\use_encryptoptions.md:69:190: corrected "accroding" to "according" Signed-off-by: Confetti-lxy <3038454387@qq.com>
1 parent 16520b7 commit 344720d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/samples/use_encryptoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ stringData:
6666
EOF
6767
```
6868

69-
As you can see, the specific contents of `fs.oss.accessKeySecret` and `fs.oss.accessKeyId` are written in Secret, and Dataset reads the corresponding value by looking for the Secret and key accroding to its configuration, instead of reading them in its configuration directly. So the security of some data is guaranteed.
69+
As you can see, the specific contents of `fs.oss.accessKeySecret` and `fs.oss.accessKeyId` are written in Secret, and Dataset reads the corresponding value by looking for the Secret and key according to its configuration, instead of reading them in its configuration directly. So the security of some data is guaranteed.
7070

0 commit comments

Comments
 (0)