Skip to content

Commit 4f8488c

Browse files
committed
fix inconsistency. Closed #3
1 parent 1bfd858 commit 4f8488c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/endpoints.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In the terminology of APIs, an **endpoint** is a URL that specifies the location
1414

1515
However, an API doesn't just retrieve data, it could also create, update, or delete data. For that reason, we could say that an endpoint is a specific type of URL that allows you to perform a specific action on a resource.
1616

17-
Then, let's break the pieces of an endpoint into three parts:
17+
Then, let's break the pieces of an endpoint into four parts:
1818

1919
## The protocol
2020

0 commit comments

Comments
 (0)