From 80e66d3db6c43b6d22094213f28ed6d9f1abdf7f Mon Sep 17 00:00:00 2001 From: Marco Vettorello Date: Fri, 15 Feb 2019 11:35:16 +0100 Subject: [PATCH] docs(wiki): fix typo in consuming.md --- packages/osd-charts/wiki/consuming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/osd-charts/wiki/consuming.md b/packages/osd-charts/wiki/consuming.md index afeef3d54587..6d716b1e68dc 100644 --- a/packages/osd-charts/wiki/consuming.md +++ b/packages/osd-charts/wiki/consuming.md @@ -10,11 +10,11 @@ import { Axis, BarSeries, Chart, getAxisId, getSpecId, Position, ScaleType } fro ## Requirements and dependencies -Elastic Charts depends on EUI framework for styles and it's subsequent peer dependencies (`moment` and `@elastic/datemath`). These are already loaded in most Elastic repos, but make sure to install them if you are starting from scratch. +Elastic Charts depends on EUI framework for styles and its subsequent peer dependencies (`moment` and `@elastic/datemath`). These are already loaded in most Elastic repos, but make sure to install them if you are starting from scratch. ## Using Elastic Charts in Kibana -TTo use Elastic Charts code in Kibana, check if `@elastic/charts` packages is already configured as dependency in `package.json` and simply import the components you want. +To use Elastic Charts code in Kibana, check if `@elastic/charts` packages is already configured as dependency in `package.json` and simply import the components you want. ## Using Elastic Charts in a standalone project