From e519ad26ccacfcdd6ddaa4ac6d508565857ddbe9 Mon Sep 17 00:00:00 2001
From: Revar Desmera <revarbat@gmail.com>
Date: Fri, 18 Aug 2023 22:15:15 -0700
Subject: [PATCH] Typo fix in Attachments tutorial.

---
 tutorials/Attachments.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/Attachments.md b/tutorials/Attachments.md
index e94d6d6..a55bf6f 100644
--- a/tutorials/Attachments.md
+++ b/tutorials/Attachments.md
@@ -509,7 +509,7 @@ Both position() and align() can accept a list of anchor locations and
 makes several copies of the children, but
 if you want the children positioned flush, each copy 
 requires a different anchor, so it is impossible to do this with a
-singlke call to position(), but easily done using align():
+single call to position(), but easily done using align():
 
 ```openscad-3D
 include<BOSL2/std.scad>