From aa76ba6558ec3332e3a760351c642a289c050634 Mon Sep 17 00:00:00 2001 From: ImPot8o <84033814+ImPot8o@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:04:13 -0600 Subject: [PATCH] Update ExampleConfig.kt fixed typo --- .../kotlin/gg/essential/vigilance/example/ExampleConfig.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/src/main/kotlin/gg/essential/vigilance/example/ExampleConfig.kt b/example/src/main/kotlin/gg/essential/vigilance/example/ExampleConfig.kt index de8f1c5..47b5299 100644 --- a/example/src/main/kotlin/gg/essential/vigilance/example/ExampleConfig.kt +++ b/example/src/main/kotlin/gg/essential/vigilance/example/ExampleConfig.kt @@ -266,7 +266,7 @@ object ExampleConfig : Vigilant(File("./config/example.toml")) { category = "Property Deep-Dive", subcategory = "Paragraphs" ) - var paragraphWithInitialValue = "I am a paragraph! I can have text that is much, much longer than the regular text property. I also use Elementa's multiline text input component, which supports features like coyp paste, cursor navigation, click selection, and more :)" + var paragraphWithInitialValue = "I am a paragraph! I can have text that is much, much longer than the regular text property. I also use Elementa's multiline text input component, which supports features like copy paste, cursor navigation, click selection, and more :)" @Property( type = PropertyType.PARAGRAPH, @@ -286,7 +286,7 @@ object ExampleConfig : Vigilant(File("./config/example.toml")) { subcategory = "Paragraphs", placeholder = "Type some text!" ) - var paragraphWithPlaceholderAndInitialValue = "I am a paragraph! I can have text that is much, much longer than the regular text property. I also use Elementa's multiline text input component, which supports features like coyp paste, cursor navigation, click selection, and more :)" + var paragraphWithPlaceholderAndInitialValue = "I am a paragraph! I can have text that is much, much longer than the regular text property. I also use Elementa's multiline text input component, which supports features like copy paste, cursor navigation, click selection, and more :)" @Property( type = PropertyType.PERCENT_SLIDER,