Skip to content

Commit

Permalink
fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed May 1, 2024
1 parent 900db3e commit c6d2c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ end
And for a response containing a collection of users:

```ruby
class CombineNamesForUserMigration < RequestMigrations::Migration
class CombineNamesForUsersMigration < RequestMigrations::Migration
description %(transforms a collection of users' first and last names to a combined name attribute)

migrate if: -> data { data in [*, { type: 'user' }, *] do |data|
Expand Down

0 comments on commit c6d2c11

Please sign in to comment.