From f5124fa88b4c75df5773e77295f12ce6e1d4ea77 Mon Sep 17 00:00:00 2001 From: Azriz Jasni <9023187+AzrizHaziq@users.noreply.github.com> Date: Mon, 28 Sep 2020 15:52:15 +0800 Subject: [PATCH] chore(docs): fix spelling from `yard` to `yarn` (#27088) --- docs/docs/using-web-fonts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/using-web-fonts.md b/docs/docs/using-web-fonts.md index 377c31e714557..2df6abf47d154 100644 --- a/docs/docs/using-web-fonts.md +++ b/docs/docs/using-web-fonts.md @@ -29,7 +29,7 @@ npm install --save typeface-open-sans Or with yarn: ```bash -yard add typeface-open-sans +yarn add typeface-open-sans ``` In your `layout.js` file, import the typeface. @@ -64,7 +64,7 @@ npm install --save gatsby-plugin-web-font-loader Or with yarn: ```bash -yard add gatsby-plugin-web-font-loader +yarn add gatsby-plugin-web-font-loader ``` Then, create an [environment variable](/docs/environment-variables/) to store your Adobe Fonts project ID. (Make sure this file is in your `.gitignore` file so your ID doesn't get committed!) For example, if your Adobe Fonts project ID is `abcdefg`, your `.env` file will look like this: