From 0c522a0055ce34bdf49764e8cf6326d8a5f4317a Mon Sep 17 00:00:00 2001 From: mohanaravind Date: Fri, 25 Jan 2019 21:04:21 -0500 Subject: [PATCH] Fixing typo Missing "and" --- packages/core/src/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/docs/index.md b/packages/core/src/docs/index.md index d55522a18d..59d41b51d7 100644 --- a/packages/core/src/docs/index.md +++ b/packages/core/src/docs/index.md @@ -7,7 +7,7 @@ reference: core The __@blueprintjs/core__ NPM package is the basis of any Blueprint app. It includes many (30+) React components covering all the basic bases, from buttons to form controls to tooltips and trees. It also includes CSS styles for every component and the tools to style your own components and apps -with Sass and Less variables an elegant color palette. +with Sass and Less variables and an elegant color palette. The core package depends on __@blueprintjs/icons__ which provides 300+ UI icons in two sizes: small (<= 16px) and large. Be sure to include the icons CSS file in your app alongside the core CSS file.