From 889c515d70e7f2cb58166da07a7a34c85c2cb118 Mon Sep 17 00:00:00 2001 From: dennisja Date: Mon, 7 Jan 2019 19:18:17 +0300 Subject: [PATCH] Make Tooltip title visible under component section Fix some typos --- packages/vx-tooltip/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/vx-tooltip/Readme.md b/packages/vx-tooltip/Readme.md index e7cabe2c4..aece2470b 100644 --- a/packages/vx-tooltip/Readme.md +++ b/packages/vx-tooltip/Readme.md @@ -31,7 +31,7 @@ class Chart extends React.Component { } = this.props; return ( - // note React.Frament is only available in >= react@16.2 + // note React.Fragment is only available in >= react@16.2 // Chart here... @@ -80,7 +80,7 @@ You may override the container by specifying `containerProps` as the second argu ### Components -#### +#### Tooltip This is a simple Tooltip container component meant to be used to actually render a Tooltip. It accepts the following props, and will spread any additional props on the tooltip container div (i.e., ...restProps): | Name | Type | Default | Description | @@ -104,4 +104,4 @@ This tooltip component is exactly the same as `Tooltip` above, but it is aware o | style | object | -- | Sets / overrides any styles on the tooltip container (including top and left) | children | node | -- | Sets the children of the tooltip, i.e., the actual content -Note that this component is positioned using a `tranform`, so overriding `left` and `top` via styles may have no effect. +Note that this component is positioned using a `transform`, so overriding `left` and `top` via styles may have no effect.