Fix comment typos

Summary: Closes https://github.com/facebook/react-native/pull/7901

Differential Revision: D3384624

Pulled By: javache

fbshipit-source-id: 741343dec5406af1855624069dd8dc426a93bdb3
This commit is contained in:
Kasim Tan
2016-06-03 02:43:57 -07:00
committed by Facebook Github Bot 4
parent e29350214a
commit a7f1428d4a
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const groupBy = require('lodash').groupBy;
const mime = require('mime');
/**
* Since there are no officialy registered MIME types
* Since there are no officially registered MIME types
* for ttf/otf yet http://www.iana.org/assignments/media-types/media-types.xhtml,
* we define two non-standard ones for the sake of parsing
*/