Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Sep 25, 2016
1 parent 76d6545 commit 8c3574d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -214,7 +214,7 @@ end
SchemaMonkey.register(UColumnImpliesUnique)
```

SchemaMonkey uses the module `MyLaterClient::Middleware::Index::Exists` as [modware](https://github.com/ronen/modware) middleware for the corresponding stack. The middleware module can define middleware methods `before`, `arround`, `after`, or `implement` as per [modware](https://github.com/ronen/modware)
SchemaMonkey uses the module `MyLaterClient::Middleware::Index::Exists` as [modware](https://github.com/ronen/modware) middleware for the corresponding stack. The middleware module can define middleware methods `before`, `around`, `after`, or `implement` as per [modware](https://github.com/ronen/modware)

Note that the distinguishing feature between defining and using a stack is whether `Env` is defined.

Expand Down

0 comments on commit 8c3574d

Please sign in to comment.