From a67186cad0465556123789ec27c4449fa9f5f383 Mon Sep 17 00:00:00 2001 From: Robert Herhold Date: Wed, 11 May 2016 21:21:00 -0400 Subject: [PATCH] Fix README typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f194663..13228d7 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ For example, the font name, `My Icons` will render as `myicons` when used an HTM **glyphs:** If your font is mapped to PUA characters, you can pass a few of the glyphs contained in the custom font. We measure these characters to make sure the font has loaded successfully. -**success:** If the font specified as in the first arguement passed to fontSpy loads, you can excute custom JavaScript here. +**success:** If the font specified as in the first argument passed to fontSpy loads, you can excute custom JavaScript here. -**failure:** If the font specified as in the first arguement passed to fontSpy fails to load, you can excute custom JavaScript here. +**failure:** If the font specified as in the first argument passed to fontSpy fails to load, you can excute custom JavaScript here. ## Browser Support