Updated How to ask for help (markdown)
diff --git a/How-to-ask-for-help.md b/How-to-ask-for-help.md
index 84d064e..862a4a1 100644
--- a/How-to-ask-for-help.md
+++ b/How-to-ask-for-help.md
@@ -6,7 +6,7 @@
 
 ### Always check all errors
 
-Always check all errors. It is common to see problems reported due to nil panics due to code like this
+Always check all errors. It is common to see problems reported related to nil panics due to code like this
 ```
 result, err := somefunction()
 if err != nil {