Skip to content

Commit cbf1e44

Browse files
authored
fix typo in tcp-overview.js
1 parent 5c17663 commit cbf1e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mirage/concept-fixtures/tcp-overview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export default {
340340
'MAC addresses are not used in identifying a TCP connection as they pertain to the data link layer and not the \ntransport layer where TCP operates.',
341341
},
342342
{
343-
markdown: 'The source & destionation port numbers',
343+
markdown: 'The source & destination port numbers',
344344
is_correct: false,
345345
explanation_markdown:
346346
'The source and destination port numbers are indeed used to identify a TCP connection, they help differentiate between \nmultiple programs running on the same host.\n\nThe correct answer is the source & destination MAC addresses, which are not used in identifying a TCP connection, \nas they pertain to the data link layer and not the transport layer where TCP operates.',

0 commit comments

Comments
 (0)