Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mamhoff committed Dec 2, 2024
1 parent 991f6be commit 23df9a7
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 @@ -129,7 +129,7 @@ class MyGem::Engine < Rails::Engine
include Flickwerk

initializer "my_gem.patch_user_class", before: "flickwerk.add_patches" do
Flickwerk.patch(Spree.class_variable_get(:@@user_class), "MyGem::UserClassPatch"
Flickwerk.patch(Spree.class_variable_get(:@@user_class), "MyGem::UserClassPatch")
end
end
```
Expand Down

0 comments on commit 23df9a7

Please sign in to comment.