From 1078ac963eedf706451710c95313481cf57379bb Mon Sep 17 00:00:00 2001
From: Chandler Prall
Date: Thu, 12 Jul 2018 16:13:27 -0600
Subject: [PATCH] re-worded portal docs
---
src-docs/src/views/portal/portal_example.js | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src-docs/src/views/portal/portal_example.js b/src-docs/src/views/portal/portal_example.js
index 35aa1ef714b7..c168c7e0db05 100644
--- a/src-docs/src/views/portal/portal_example.js
+++ b/src-docs/src/views/portal/portal_example.js
@@ -57,10 +57,12 @@ export const PortalExample = {
update.
- insert is an object with two key/values: sibling
- and position. sibling is either the React node or HTMLElement
- the portal should be inserted next to, and position specifies the portals relative
- position, either before or after.
+ insert is an object with two key-value
+ pairs: sibling and position.
+ sibling is the React node or HTMLElement to
+ insert the portal next to, and position specifies
+ the portal's relative position, either before or
+ after.
),