Skip to content

Commit c58ba10

Browse files
authored
docs: Update introduction.md (#113)
1 parent 5fb6728 commit c58ba10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/networking/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ slug: "/networking"
1414

1515
### TCP
1616

17-
TCP is a connection-oriented protocol. This means that it first establishes a link between the source and destination before it sends data. CP is a preferred protocol when data integrity is critical, such as in any transactional system. Eg: email and file transfer
17+
TCP is a connection-oriented protocol. This means that it first establishes a link between the source and destination before it sends data. TCP is a preferred protocol when data integrity is critical, such as in any transactional system. Eg: email and file transfer
1818

1919
### UDP
2020

@@ -64,4 +64,4 @@ A unique identifier is used to locate a resource on the Internet. Lilke HTML, JS
6464
### What's next?
6565

6666
- [Networking Commands](./commands.md) - Learn about the commands that you can use with Networking.
67-
- [Learning Resources](./learning-resources.md) - Learn more about Networking with these resources.
67+
- [Learning Resources](./learning-resources.md) - Learn more about Networking with these resources.

0 commit comments

Comments
 (0)