From c7406b99b03bcf7b65c56c6f1f333524b5880c04 Mon Sep 17 00:00:00 2001 From: Jan van Hellemond Date: Fri, 17 Jul 2020 22:26:23 +0200 Subject: [PATCH 1/2] Update tooltip.md (#105) Fix typo --- docs/components/tooltip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/tooltip.md b/docs/components/tooltip.md index 6d9c5545a..1574a333b 100644 --- a/docs/components/tooltip.md +++ b/docs/components/tooltip.md @@ -6,7 +6,7 @@ Tooltips display additional information based on a specific action. A tooltip's target is its _first child element_, so you should only wrap one element inside of the tooltip. If you need the tooltip to show up for multiple elements, nest them inside a container first. -Tooltip's use `display: contents` so they won't interfere with how elements are positioned in a flex or grid layout. +Tooltips use `display: contents` so they won't interfere with how elements are positioned in a flex or grid layout. ```html preview From 242cca457b1ed7bd1153ca61f6b5b8aa96a28956 Mon Sep 17 00:00:00 2001 From: Ryan Carroll Date: Fri, 17 Jul 2020 16:27:13 -0400 Subject: [PATCH 2/2] Fix Element link (#106) --- docs/getting-started/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md index 173214299..88ad2a115 100644 --- a/docs/getting-started/overview.md +++ b/docs/getting-started/overview.md @@ -106,7 +106,7 @@ Special thanks to the following projects and individuals that helped make Shoela - Components are compiled by [Stencil](https://stenciljs.com/) - Documentation is powered by [Docsify](https://docsify.js.org/) -- Theme colors and form controls are inspired by [Element](element.eleme.io) +- Theme colors and form controls are inspired by [Element](https://element.eleme.io) - Icons are courtesy of [Bootstrap Icons](https://icons.getbootstrap.com/) - Illustrations are courtesy of [unDraw](https://undraw.co/) - Positioning of menus, tooltips, et al is handled by [Popper.js](https://popper.js.org/)