From 7f167d239843530fd75f716e21b45a3a5ff73cca Mon Sep 17 00:00:00 2001 From: Aditya Vardhan Singh <33656760+HAKRSINGH@users.noreply.github.com> Date: Wed, 2 Jan 2019 03:55:06 +0530 Subject: [PATCH] found another typo --- docs/docs/typography-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/typography-js.md b/docs/docs/typography-js.md index aac85e3c9b795..1da2c71ea9043 100644 --- a/docs/docs/typography-js.md +++ b/docs/docs/typography-js.md @@ -8,7 +8,7 @@ Typography.js is a JavaScript library that enables you to define and explore the ## Installing the Typography plugin -Gatsby has the plugin `gatsby-plugin-typography` to assist with introducting Typography.js library into your project. +Gatsby has the plugin `gatsby-plugin-typography` to assist with introducing Typography.js library into your project. You can install the plugin and its peer dependencies into your project by running the command `npm install gatsby-plugin-typography react-typography typography --save`