diff --git a/src/popover/docs/readme.md b/src/popover/docs/readme.md
index 32d9195278..9647e8bd4c 100644
--- a/src/popover/docs/readme.md
+++ b/src/popover/docs/readme.md
@@ -30,7 +30,8 @@ All these settings are available for the three types of popovers.
* `popover-append-to-body`
$
- _(Default: `false`)_ -
+ C
+ _(Default: `false`, Config: `appendToBody`)_ -
Should the popover be appended to '$body' instead of the parent element?
* `popover-is-open`
diff --git a/src/tooltip/docs/readme.md b/src/tooltip/docs/readme.md
index efbd866795..d4cb4be977 100644
--- a/src/tooltip/docs/readme.md
+++ b/src/tooltip/docs/readme.md
@@ -28,7 +28,8 @@ All these settings are available for the three types of tooltips.
* `tooltip-append-to-body`
$
- _(Default: `false`)_ -
+ C
+ _(Default: `false`, Config: `appendToBody`)_ -
Should the tooltip be appended to '$body' instead of the parent element?
* `tooltip-class` -