README.md in devise-async-0.10.1 vs README.md in devise-async-0.10.2
- old
+ new
@@ -89,10 +89,10 @@
```
### Setup via block
To avoid repeating `Devise::Async` in the initializer file you can use the block syntax
-similar do what `Devise` offers.
+similar to what `Devise` offers.
```ruby
# config/initializers/devise_async.rb
Devise::Async.setup do |config|
config.enabled = true