diff --git a/docs/quark/glossary.md b/docs/quark/glossary.md index 16a0b8a098..5d014c3777 100644 --- a/docs/quark/glossary.md +++ b/docs/quark/glossary.md @@ -156,7 +156,7 @@ self-sufficient. Common elements of a module are: To enable a module, you must add the appropriate middleware (if any) to the stack in `main.go` for the client application (Quark default: `basecli/main.go`), as well as adding the handler (if any) to the dispatcher -(Quark default: `app/app.go). Once the stack is compiled into a `Handler`, +(Quark default: `app/app.go`). Once the stack is compiled into a `Handler`, then each tx is handled by the appropriate module. ## Dispatcher