From 8f8311b4b34ed984ee7f1beaa4df9caecce6a43b Mon Sep 17 00:00:00 2001 From: Martin Povolny Date: Tue, 23 May 2017 19:25:21 +0200 Subject: [PATCH] Fix a typo. --- ui/textual_summary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/textual_summary.md b/ui/textual_summary.md index 38240b68..256c3aad 100644 --- a/ui/textual_summary.md +++ b/ui/textual_summary.md @@ -35,9 +35,9 @@ end ``` -The group definition consists of a formater -- `TextualGroup`, a label and a list of properties. +The group definition consists of a formatter -- `TextualGroup`, a label and a list of properties. -Other formaters include `TextualMultilabel` and `TextualTags`. +Other formatters include `TextualMultilabel` and `TextualTags`. Example property definitions: ```