From 25be6dc0279cc0348bbc7743a85c712f74dbf897 Mon Sep 17 00:00:00 2001 From: Bradford Date: Mon, 9 May 2016 22:41:40 -0600 Subject: [PATCH] fix minor capitalzation typo (#6736) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3f22e1f9741..b51aa3d432369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -850,7 +850,7 @@ Each of these changes will continue to work as before with a new warning until t * Upgrade Commoner so `require` statements are no longer relativized when passing through the transformer. This was a feature needed when building React, but doesn't translate well for other consumers of `bin/jsx`. * Upgraded our dependencies on Commoner and Recast so they use a different directory for their cache. -* Freeze our esprima dependency. +* Freeze our Esprima dependency. ## 0.3.2 (May 31, 2013)