Skip to content

Commit

Permalink
Insert space before opening parenthesis [ci-skip]
Browse files Browse the repository at this point in the history
Follow-up to #44388.
  • Loading branch information
jonathanhefner committed Feb 10, 2022
1 parent e42e60e commit 0f36425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions guides/source/action_controller_overview.md
Expand Up @@ -1176,9 +1176,9 @@ config.filter_parameters << :password

NOTE: Provided parameters will be filtered out by partial matching regular
expression. Rails adds a list of default filters, including `:passw`,
`:secret`, and `:token`, in the appropriate
initializer(`initializers/filter_parameter_logging.rb`), to handle typical
application parameters like `password`, `password_confirmation` and `my_token`.
`:secret`, and `:token`, in the appropriate initializer
(`initializers/filter_parameter_logging.rb`) to handle typical application
parameters like `password`, `password_confirmation` and `my_token`.

### Redirects Filtering

Expand Down
6 changes: 3 additions & 3 deletions guides/source/security.md
Expand Up @@ -512,9 +512,9 @@ config.filter_parameters << :password

NOTE: Provided parameters will be filtered out by partial matching regular
expression. Rails adds a list of default filters, including `:passw`,
`:secret`, and `:token`, in the appropriate
initializer(`initializers/filter_parameter_logging.rb`), to handle typical
application parameters like `password`, `password_confirmation` and `my_token`.
`:secret`, and `:token`, in the appropriate initializer
(`initializers/filter_parameter_logging.rb`) to handle typical application
parameters like `password`, `password_confirmation` and `my_token`.

### Regular Expressions

Expand Down

0 comments on commit 0f36425

Please sign in to comment.