diff --git a/docs/extensions/civix.md b/docs/extensions/civix.md
index 5a0327b9be38ca5d1586b676bd197d88e8da4579..38eb5d55d9b67a10d8354c02632996686b110da8 100644
--- a/docs/extensions/civix.md
+++ b/docs/extensions/civix.md
@@ -8,7 +8,7 @@ community-endorsed method for building your CiviCRM extensions.
 Follow the installation instructions in the
 [GitHub repository](https://github.com/totten/civix/).
 
-In order to verify that all your configuration is correct ping CiviCRM from
+After fulfilling the [Pre-Requisites](/extensions/basics/#pre-requisites), you can verify that all your configuration is correct by running the following command from
 within your extensions directory with:
 
 ```bash
diff --git a/docs/hooks/hook_civicrm_processProfile.md b/docs/hooks/hook_civicrm_processProfile.md
index 66d8fe9c3f34a044c8faa379cf986c9e7366737d..05888e9afa48981d6ea899b250a25760e872f8f6 100644
--- a/docs/hooks/hook_civicrm_processProfile.md
+++ b/docs/hooks/hook_civicrm_processProfile.md
@@ -2,7 +2,7 @@
 
 ## Description
 
-This hook is called processing a valid profile form submission.
+This hook is called processing a valid profile form submission (e.g. for "civicrm/profile/create" or "civicrm/profile/edit").
 
 ## Definition
 
@@ -12,6 +12,9 @@ This hook is called processing a valid profile form submission.
 
 -   $name - the (machine readable) name of the profile.
 
+!!! Tip
+    In SQL, this corresponds to the "name" column of table "civicrm_uf_group"
+
 ## Returns
 
 -   null
\ No newline at end of file