From 9e6a92fc58f94ea37f5d17bd4b0cb665058d420d Mon Sep 17 00:00:00 2001 From: GentlemanlyHippo <44386311+GentlemanlyHippo@users.noreply.github.com> Date: Mon, 7 Jan 2019 13:57:36 -0500 Subject: [PATCH] added missing space (#26612) in between network communication(line 15) --- guide/english/security/wireshark/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/security/wireshark/index.md b/guide/english/security/wireshark/index.md index ef1a1cb1b0..acd63e1875 100644 --- a/guide/english/security/wireshark/index.md +++ b/guide/english/security/wireshark/index.md @@ -21,7 +21,7 @@ Wireshark is a powerful tool you can use to: + Analyze traffic going through your network + Analyze the data your software is communicating to remote servers + Verify that data is being properly encrypted before being sent -+ Development of networkcommunication protocols ++ Development of network communication protocols + Check for [Trojans](../trojans/) or other malicious software on your computer #### How do I get started?