From 82ccfa13d4ba50b776509b378cb4401acdec5e64 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Sun, 26 Jun 2022 00:06:47 -0500 Subject: [PATCH] Fix typo. --- src/components/tutorial/data/aboutApp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tutorial/data/aboutApp.ts b/src/components/tutorial/data/aboutApp.ts index fa93d84..e6fcd35 100644 --- a/src/components/tutorial/data/aboutApp.ts +++ b/src/components/tutorial/data/aboutApp.ts @@ -2,7 +2,7 @@ type AboutApp = string[]; const aboutApp: AboutApp = [ "The Potty Chart is an app that mimics a potty/star chart commonly used while potty training toddler or child.", - "The app can be used to track behavior, habits, diaper training, potty training (good luck), daily chores/tasks, or anything else you might want to track in a fun and visual way with colorful themes, stickers, and even receive encouraging messaged from your big/dom, followed, and friends.", + "The app can be used to track behavior, habits, diaper training, potty training (good luck), daily chores/tasks, or anything else you might want to track in a fun and visual way with colorful themes, stickers, and even receive encouraging messaged from your big/dom, followers, and friends.", "The final app will have settings to disable any mentions and references of ABDL to allow a more general audience to use, such as for a master and pet relationship.", "This is a beta build of the app. Some functionality may not work as intended, is not fully functional, and may be missing entirely." ]; -- 2.49.1