From bec0c15d520c514137778fc877c9a704b9bf560e Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Thu, 4 Mar 2021 08:55:33 +0100 Subject: [PATCH] Fix typo --- src/templates/common/partials/rollable-image.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/common/partials/rollable-image.hbs b/src/templates/common/partials/rollable-image.hbs index 6571c653..08abc7d1 100644 --- a/src/templates/common/partials/rollable-image.hbs +++ b/src/templates/common/partials/rollable-image.hbs @@ -1,5 +1,5 @@ {{!-- -!-- Render an an image that has a dice overlay image. +!-- Render an image that has a dice overlay image. !-- @param rollable: A flag indicating whether or not the image is actually rollable. !-- @param rollableClass: The CSS class(es) to add if the image is rollable. !-- @param title: The title for the rollable image if it is not actually rollable.