aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-11-30 10:22:29 +0100
committerGitHub <noreply@github.com>2016-11-30 10:22:29 +0100
commit539211fbe1ae73e4e70c0d0717c913bb225f25c3 (patch)
treefb09f7a2df6ef69615d104529626889823b587ad /railties
parent7e73145b39d9649ed9c2a6562135622adb1ea31b (diff)
parent5e751962b4bf1a589da4bf75632da37c0b7b44a0 (diff)
downloadrails-539211fbe1ae73e4e70c0d0717c913bb225f25c3.tar.gz
rails-539211fbe1ae73e4e70c0d0717c913bb225f25c3.tar.bz2
rails-539211fbe1ae73e4e70c0d0717c913bb225f25c3.zip
Merge pull request #27220 from mrreynolds/patch-1
fix typo in changelog
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 819d760433..f328df8539 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Add Yarn support in new apps using --yarn option. This add a package.json
+* Add Yarn support in new apps using --yarn option. This adds a package.json
and the settings needed to get npm modules integrated in new apps.
*Liceth Ovalles*, *Guillermo Iguaran*