diff --git a/docs/storage-drivers/oss.md b/docs/storage-drivers/oss.md
index b008763ab..8814429bc 100644
--- a/docs/storage-drivers/oss.md
+++ b/docs/storage-drivers/oss.md
@@ -47,7 +47,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses
yes
|
- The name of the OSS region in which you would like to store objects (for example `oss-cn-beijing`). For a list of regions, you can look at [https://docs.aliyun.com/#/oss/product-documentation/domain-region](https://docs.aliyun.com/#/oss/product-documentation/domain-region).
+ | The name of the OSS region in which you would like to store objects (for example oss-cn-beijing ). For a list of regions, you can look at [https://docs.aliyun.com/#/oss/product-documentation/domain-region](https://docs.aliyun.com/#/oss/product-documentation/domain-region).
|
@@ -58,7 +58,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses
no
- An endpoint which defaults to `[bucket].[region].aliyuncs.com` or `[bucket].[region]-internal.aliyuncs.com` (when `internal=true`). You can change the default endpoint by changing this value.
+ An endpoint which defaults to [bucket].[region].aliyuncs.com or [bucket].[region]-internal.aliyuncs.com (when internal=true ). You can change the default endpoint by changing this value.
|
@@ -98,7 +98,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses
no
|
- Specifies whether to transfer data to the bucket over ssl or not. If you omit this value, `true` is used.
+ | Specifies whether to transfer data to the bucket over ssl or not. If you omit this value, true is used.
|