From c8f0bac128eb1a55538cf6bbce613a1f2ab6e99e Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 18 Jun 2015 16:41:34 +0100 Subject: [PATCH] typo --- example/lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/index.js b/example/lib/index.js index 0c6e133270..750eee0663 100644 --- a/example/lib/index.js +++ b/example/lib/index.js @@ -2,7 +2,7 @@ var React = require("react"); // In normal usage of the module: //var MatrixReactSdk = require("matrix-react-sdk"); // Or to import the source directly from the file system: -// (This is useful for debugging the SDK as ut seems source +// (This is useful for debugging the SDK as it seems source // maps cannot pass through two stages). var MatrixReactSdk = require("../../src/index");