From 9fc31e7f399332f74bff62a1254aaecd8abf6e41 Mon Sep 17 00:00:00 2001 From: Jean-Charles Longuet Date: Fri, 9 Apr 2021 13:42:09 +0200 Subject: [PATCH] Fix minor typo --- client/homebrew/editor/snippetbar/snippets/magic.gen.js | 2 +- client/homebrew/editor/snippetbar/snippetsLegacy/magic.gen.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippets/magic.gen.js b/client/homebrew/editor/snippetbar/snippets/magic.gen.js index 31af3e7eb..a7765e979 100644 --- a/client/homebrew/editor/snippetbar/snippets/magic.gen.js +++ b/client/homebrew/editor/snippetbar/snippets/magic.gen.js @@ -88,7 +88,7 @@ module.exports = { `- **Components:** ${components}`, `- **Duration:** ${_.sample(['Until dispelled', '1 round', 'Instantaneous', 'Concentration, up to 10 minutes', '1 hour'])}`, '', - 'A flame, equivalent in brightness to a torch, springs from from an object that you touch. ', + 'A flame, equivalent in brightness to a torch, springs from an object that you touch. ', 'The effect look like a regular flame, but it creates no heat and doesn\'t use oxygen. ', 'A *continual flame* can be covered or hidden but not smothered or quenched.', '\n\n\n' diff --git a/client/homebrew/editor/snippetbar/snippetsLegacy/magic.gen.js b/client/homebrew/editor/snippetbar/snippetsLegacy/magic.gen.js index ed17f8692..14dd5bd20 100644 --- a/client/homebrew/editor/snippetbar/snippetsLegacy/magic.gen.js +++ b/client/homebrew/editor/snippetbar/snippetsLegacy/magic.gen.js @@ -82,7 +82,7 @@ module.exports = { `- **Components:** ${components}`, `- **Duration:** ${_.sample(['Until dispelled', '1 round', 'Instantaneous', 'Concentration, up to 10 minutes', '1 hour'])}`, '', - 'A flame, equivalent in brightness to a torch, springs from from an object that you touch. ', + 'A flame, equivalent in brightness to a torch, springs from an object that you touch. ', 'The effect look like a regular flame, but it creates no heat and doesn\'t use oxygen. ', 'A *continual flame* can be covered or hidden but not smothered or quenched.', '\n\n\n'