From f323c80cb3b78e123ea6238c8e136a30ff749ccc Mon Sep 17 00:00:00 2001 From: Albert Date: Tue, 22 Oct 2019 05:42:22 +0800 Subject: [PATCH] Fix typo (#4071) --- docs/spec/abci/abci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/abci/abci.md b/docs/spec/abci/abci.md index 275c4dcd8..63b3760df 100644 --- a/docs/spec/abci/abci.md +++ b/docs/spec/abci/abci.md @@ -54,7 +54,7 @@ Each event has a `type` which is meant to categorize the event for a particular `Response*` or tx. A `Response*` or tx may contain multiple events with duplicate `type` values, where each distinct entry is meant to categorize attributes for a particular event. Every key and value in an event's attributes must be UTF-8 -encoded strings along with the even type itself. +encoded strings along with the event type itself. Example: