From 532bdd6be5059f7cacf8cb9abfc7c2c4bd9598d9 Mon Sep 17 00:00:00 2001 From: rigel rozanski Date: Wed, 26 Jul 2017 02:35:47 -0400 Subject: [PATCH] typo doc fix --- docs/quark/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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