From d29bae402da733a63bf907e57215392a370c4867 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 27 Nov 2017 10:55:29 +0000 Subject: [PATCH] Correct spelling mistakes. --- site/getting-started.savvy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/getting-started.savvy b/site/getting-started.savvy index cb9e32228..e52170de1 100644 --- a/site/getting-started.savvy +++ b/site/getting-started.savvy @@ -33,7 +33,7 @@ ## Webfont @download(Download the Webfont, https://github.com/Templarian/MaterialDesign-Webfont/archive/master.zip) -For those targetting the web your best option is to use the webfont (bower `bower install mdi` or npm `npm install mdi`). Files should match the file structure below. +For those targeting the web your best option is to use the webfont (bower `bower install mdi` or npm `npm install mdi`). Files should match the file structure below. ```text File Structure fonts @@ -126,7 +126,7 @@ As of version 1.6.80+, the `mdi` class can no longer be applied once to a parent The webfont is not the only way to use the icons. They can also be included inline with the `svg` tag. Right click any icon on the site and click the 'View SVG' item in the context menu for example code. -```html SVG Inline Exmaple +```html SVG Inline Example