aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2019-03-26 23:46:53 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2019-03-26 23:48:20 +0530
commitd2f0cb1615797e89d815516f6e033c5d6415ded0 (patch)
treede5a4619afa884f2453dde123ffdaa3573ada12d
parent3296dc258960aa3289a3a9a6d118d3ef40089bd9 (diff)
downloadrails-d2f0cb1615797e89d815516f6e033c5d6415ded0.tar.gz
rails-d2f0cb1615797e89d815516f6e033c5d6415ded0.tar.bz2
rails-d2f0cb1615797e89d815516f6e033c5d6415ded0.zip
Remove useless = [ci skip]
-rw-r--r--guides/source/6_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md
index 0cf9ca09c7..04a02259e9 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -138,7 +138,7 @@ Please refer to the [Changelog][railties] for detailed changes.
the generators.
([Pull Request](https://github.com/rails/rails/pull/34021))
-* Add support for multi environment credentials=.
+* Add support for multi environment credentials.
([Pull Request](https://github.com/rails/rails/pull/33521))
* Make `null_store` as default cache store in test environment.