From fff68d9521ef92df614f58ee4e81139dc35e69d1 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Wed, 22 Dec 2021 18:39:20 +1200 Subject: [PATCH] :bug: :pencil: Fix spelling issues in the riot doc format --- OurRiotDocFormat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OurRiotDocFormat.md b/OurRiotDocFormat.md index ae243f54f..72a6fdc5b 100644 --- a/OurRiotDocFormat.md +++ b/OurRiotDocFormat.md @@ -18,9 +18,9 @@ At `./src/riotTags`, use this syntax at the top of the file to document tags: as an example. @attribute attributeName (type) - A descriotion of an attribute. + A description of an attribute. @attribute [optionalAttributeName] (type, typeSpecificator) - A descriotion of an attribute. + A description of an attribute. @method callableMethod(x, y) A description of a tag's method that can be safely called for inter-module communications.