aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorChirag Shah <shahchirag1709@gmail.com>2019-03-25 12:49:58 +0530
committerGitHub <noreply@github.com>2019-03-25 12:49:58 +0530
commit20a8d2974d5e4fba9ae199ebd7e3ef30fa2f7dcb (patch)
tree8dff6b51754ed20a0167e5be7f8fb16841391156 /activerecord/CHANGELOG.md
parent598ba6e4192f03557681852f158c2af7e02dcb0c (diff)
downloadrails-20a8d2974d5e4fba9ae199ebd7e3ef30fa2f7dcb.tar.gz
rails-20a8d2974d5e4fba9ae199ebd7e3ef30fa2f7dcb.tar.bz2
rails-20a8d2974d5e4fba9ae199ebd7e3ef30fa2f7dcb.zip
[ci skip] Fixed typo
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index adf41cd872..df781b4f1e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -13,7 +13,7 @@
* Support Optimizer Hints.
- In most databases, there is a way to control the optimizer is by using optimizer hints,
+ In most databases, a way to control the optimizer is by using optimizer hints,
which can be specified within individual statements.
Example (for MySQL):