From 29bdf992ff8a05edb62259d8c75347be4a9e5f41 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 2 Nov 2016 16:15:35 +0000 Subject: [PATCH] s/fir/for/ --- src/PlatformPeg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlatformPeg.js b/src/PlatformPeg.js index 7ebf4db689..5c1112e23b 100644 --- a/src/PlatformPeg.js +++ b/src/PlatformPeg.js @@ -27,7 +27,7 @@ class PlatformPeg { } /** - * Returns the current Platform object fir the application. + * Returns the current Platform object for the application. * This should be an instance of a class extending BasePlatform. */ get() {