From 5f765609f98058e1921e675c16b6df763941d3a6 Mon Sep 17 00:00:00 2001 From: Liam Swayne Date: Wed, 4 Oct 2023 13:47:07 -0400 Subject: [PATCH] grammar fix --- docs/API/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API/introduction.md b/docs/API/introduction.md index ef28033..7a99111 100644 --- a/docs/API/introduction.md +++ b/docs/API/introduction.md @@ -21,7 +21,7 @@ The second line resets ExcalidrawAutomate to defaults. This is important as you You can change the styling between adding different elements. My logic for separating element styling and creation is based on the assumption that you will probably set a stroke color, stroke style, stroke roughness, etc. and draw most of your elements using that. There would be no point in setting all these parameters each time you add an element. -### Before we dive deeper, here are three a simple example [Templater](https://github.com/SilentVoid13/Templater) scripts +### Before we dive deeper, here are three simple example [Templater](https://github.com/SilentVoid13/Templater) scripts #### Create a new drawing with custom name, in a custom folder, using a template This simple script gives you significant additional flexibility over Excalidraw Plugin settings to name your drawings, place them into folders, and to apply templates.