Skip to content

Commit

Permalink
docs: polish it
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Jul 14, 2024
1 parent b4b3c03 commit ede0f0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/alibaba_cloud_kit.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule AlibabaCloudKit do
## API styles
For a variety of reasons, Aliyun OpenAPI involves several different API styles:
For a variety of reasons, Alibaba Cloud involves several different API styles:
* RPC
* ROA
Expand Down Expand Up @@ -56,8 +56,8 @@ defmodule AlibabaCloudKit do
In official docs, the term *endpoint* refers to different things:
* sometimes, it refers to a host, such as `ecs-cn-hangzhou.aliyuncs.com`.
* sometimes, it refers to a URL, such as `https://ecs-cn-hangzhou.aliyuncs.com`.
* sometimes, it refers to a host, such as `ecs.us-west-1.aliyuncs.com`.
* sometimes, it refers to a URL, such as `https://ecs.use-west-1.aliyuncs.com`.
This kind of inconsistency is annoying.
Expand Down

0 comments on commit ede0f0c

Please sign in to comment.