From 5cc3226a77a3dd294b26b0c09c2707c36d50cf99 Mon Sep 17 00:00:00 2001 From: Daniel Dao Date: Mon, 6 Jun 2022 16:07:38 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=20Update=20`README.md`=20with?= =?UTF-8?q?=20`rename`-ing=20notes=20for=20`params`=20(#2259)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb83a68c9f..31c42a3f5d 100644 --- a/README.md +++ b/README.md @@ -1448,7 +1448,7 @@ resource :users do end ``` -The value passed to `as` will be the key when calling `params` or `declared(params)`. +The value passed to `as` will be the key when calling `declared(params)`. ### Built-in Validators