Updated How to ask for help (markdown)
diff --git a/How-to-ask-for-help.md b/How-to-ask-for-help.md
index 862a4a1..9f816ac 100644
--- a/How-to-ask-for-help.md
+++ b/How-to-ask-for-help.md
@@ -25,7 +25,7 @@
Further reading:
- [Error handling and Go][0]
-### Check that your code is free of data races
+### Check that your code is free from data races
Unexpected runtime panics are often caused by data races in your program. If your program contains a data race you need to address the race before asking for help.