aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman+no-recruiters@gmail.com>2019-03-22 21:08:35 -0500
committerGitHub <noreply@github.com>2019-03-22 21:08:35 -0500
commit5851ac69e11fadcd3b4bf052f1d963a5803a2449 (patch)
treea812a29ebc21177dcf05aeb087e5f229ba6dd888
parentd0334b8f017eb63b37359c738860046fb4daa710 (diff)
parent839328c70016f6a2f3879958d327a3426c7fb763 (diff)
downloadrails-5851ac69e11fadcd3b4bf052f1d963a5803a2449.tar.gz
rails-5851ac69e11fadcd3b4bf052f1d963a5803a2449.tar.bz2
rails-5851ac69e11fadcd3b4bf052f1d963a5803a2449.zip
Merge pull request #35719 from shailesh-kalamkar/fix-change-log-typo
[ci skip] Fixed CHANGELOG typo
-rw-r--r--actionview/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 6717004ceb..43688fc8a7 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -2,7 +2,7 @@
* Only accept formats from registered mime types
- A lack of filtering on mime types could allow an a attacker to read
+ A lack of filtering on mime types could allow an attacker to read
arbitrary files on the target server or to perform a denial of service
attack.