diff --git a/docs/framework/pseudoconstant.md b/docs/framework/pseudoconstant.md
index a9cf5293ac36e7619ce19b549185c5482884ce36..1f7d169483a7b440c3bc018f775acf69f48b60ee 100644
--- a/docs/framework/pseudoconstant.md
+++ b/docs/framework/pseudoconstant.md
@@ -48,12 +48,12 @@ The format of an option list needs to be slightly different depending on the con
 | --- | --- | --- | --- |
 |`'get` | All Including including disabled | Translated labels | Integer Option Value |
 |`create` | All enabled Options and limited to the current domain | Translated Labels | Integer Option Value |
-|`search` | As per create all Enabled Options limited to the current domain | Integer Option Value |
+|`search` | As per create all Enabled Options limited to the current domain | Translated Labels | Integer Option Value |
 |`validate` | All included disabled | machine names | Integer Option Value |
-|`abbreviate`* | All Enabled Options | Abbreviations of labels | Integer Option Value |
+|`abbreviate`| All Enabled Options | Abbreviations of labels | Integer Option Value |
 |`match` | All Options including Disabled | Translated Labels | Machine Names |
 
-* Only applicable at present to state_province_id and country_id fields
+* Abbreviate is only applicable at present to `state_province_id` and `country_id` fields
 
 When used in 'create' mode, buildOptions/api.getoptions accepts additional info about the object being created/updated. It is recommended to pass in all known properties of the object so the BAO has all the info it needs for filtering. For example when creating an address, the list of states will depend on the selected country:
 
diff --git a/mkdocs.yml b/mkdocs.yml
index f189440661bdef0a22f92dcf6100ededb2ce0922..f87906605d5b7d1c72a9f388744ab1adf24d4724 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -76,7 +76,7 @@ pages:
   - Region Reference: framework/region.md
   - Upgrade Reference: framework/upgrade.md
   - Setting Reference: framework/setting.md
-  - QuickForm Reference: 
+  - QuickForm Reference:
      - QuickForm: framework/quickform/index.md
      - Entity Reference Field: framework/quickform/entityref.md
   - PseudoConstant Reference: framework/pseudoconstant.md