From 3f8ab233dbbd9d2fe577528d2296382954be3d1a Mon Sep 17 00:00:00 2001
From: Abhinav Mishra <68731330+weevil111@users.noreply.github.com>
Date: Sat, 2 Mar 2024 16:27:25 +0530
Subject: [PATCH] Add a missing word in the custom build section of the
 documentation (#1681)

---
 docsSource/sections/07-custom-builds.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docsSource/sections/07-custom-builds.md b/docsSource/sections/07-custom-builds.md
index 72d2c7b..e112c96 100644
--- a/docsSource/sections/07-custom-builds.md
+++ b/docsSource/sections/07-custom-builds.md
@@ -18,7 +18,7 @@ Next, run `npm start` to compile your custom build. Three files will be generate
 - `animate.min.css`: minified build ready for production
 - `animate.compat.css`: minified build ready for production **without class prefix**. This should only be used as an easy path for migrations.
 
-For example, if you'll only use some of the “attention seekers” animations, simply edit the `./source/animate.css` file, delete every `@import` and the ones you want to use.
+For example, if you'll only use some of the “attention seekers” animations, simply edit the `./source/animate.css` file, delete every `@import`, and add the ones you want to use.
 
 ```css
 @import 'attention_seekers/bounce.css';
-- 
GitLab