From fdaa035bfbc21b345a29f546a1c8558c6a00ef61 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 20 Jun 2022 14:50:04 +0200 Subject: [PATCH] Fixed Shakespearean typo in slot filer description --- app/imports/constants/PROPERTIES.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/imports/constants/PROPERTIES.js b/app/imports/constants/PROPERTIES.js index 4c35c038..503f893e 100644 --- a/app/imports/constants/PROPERTIES.js +++ b/app/imports/constants/PROPERTIES.js @@ -138,7 +138,7 @@ const PROPERTIES = Object.freeze({ slotFiller: { icon: 'mdi-power-plug-outline', name: 'Slot filler', - helpText: 'A slot filler allows for more advanced logic when it attemptst to fill a slot. It can masquarade as any property type, and calculate whether it should fill a slot or not.', + helpText: 'A slot filler allows for more advanced logic when it attempts to fill a slot. It can masquarade as any property type, and calculate whether it should fill a slot or not.', suggestedParents: ['propertySlot'], }, spellList: {