From 295b2025d8eddbc7fbfbfceac0ea4f90fe34da69 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sun, 23 Apr 2017 12:28:14 -0400 Subject: [PATCH] Use parameters, not params Reads better to use the full word. [ci skip] --- guides/source/5_1_release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index ed6802e457..a37e2b01ad 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -101,8 +101,8 @@ Secrets will be decrypted in production, using a key stored either in the [Pull Request](https://github.com/rails/rails/pull/27825) -Allows specifying common params used for all methods in a mailer class -to share instance variables, headers and other common setup. +Allows specifying common parameters used for all methods in a mailer class in +order to share instance variables, headers and other common setup. ``` ruby class InvitationsMailer < ApplicationMailer