From 69006f9140b6892a6c32ee93cc0421c25411cedb Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 10:13:29 +0100 Subject: [PATCH] correct spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4b0f5a..4f6617d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ var SourceListMap = require("source-list-map").SourceListMap; var map = new SourceListMap(); // Add generated code that is map line to line to some soure -map.add("Generated\ncode1\n", "source-code.js", "Orginal\nsource"); +map.add("Generated\ncode1\n", "source-code.js", "Orignal\nsource"); // Add generated code that isn't mapped map.add("Generated\ncode2\n");