aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2012-10-05 23:10:52 +0300
committerMihai Bazon <mihai@bazon.net>2012-10-05 23:10:52 +0300
commitfe1411bba1368c4e3c1fe92459e956ec4a4c5ee6 (patch)
tree421f6b050db2a00e7621fcd7a7cf2aeed2ed4688
parent455ac5435d2adca919ec6fd4e195af75aa0f09fe (diff)
downloadtracifyjs-fe1411bba1368c4e3c1fe92459e956ec4a4c5ee6.tar.gz
tracifyjs-fe1411bba1368c4e3c1fe92459e956ec4a4c5ee6.zip
fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 67e20448..5eb28bae 100644
--- a/README.md
+++ b/README.md
@@ -258,7 +258,7 @@ function `g` (which is the AST node to which the comment is attached to) is
discarded by the compressor as not referenced.
The safest comments where to place copyright information (or other info that
-needs to me kept in the output) are comments attached to toplevel nodes.
+needs to be kept in the output) are comments attached to toplevel nodes.
## Support for the SpiderMonkey AST