From 39e8161c54d1b8560e9403c8d0f8f7e24ea28ed2 Mon Sep 17 00:00:00 2001
From: Seamus Lee <seamuslee001@gmail.com>
Date: Tue, 15 Aug 2017 21:11:26 +1000
Subject: [PATCH] Minor Fix

---
 docs/framework/pseudoconstant.md | 6 +++---
 mkdocs.yml                       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/framework/pseudoconstant.md b/docs/framework/pseudoconstant.md
index a9cf5293..1f7d1694 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 f1894406..f8790660 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
-- 
GitLab