From 2802fdea7e45768ceb041311380b1be43c3c1d77 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 24 Apr 2018 19:28:14 -0700 Subject: [PATCH] Fix typo. --- specification/modules/tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/modules/tags.rst b/specification/modules/tags.rst index 0187d791b..25e48ab37 100644 --- a/specification/modules/tags.rst +++ b/specification/modules/tags.rst @@ -35,7 +35,7 @@ the tags are for. Each tag has an associated JSON object with information about the tag, e.g how to order the rooms with a given tag. -Ordering information is given under teh ``order`` key as a number between 0 and +Ordering information is given under the ``order`` key as a number between 0 and 1. The numbers are compared such that 0 is displayed first. Therefore a room with an ``order`` of ``0.2`` would be displayed before a room with an ``order`` of ``0.7``. If a room has a tag without an ``order`` key then it should appear