From d83cb8de776acad9c142209774338e1dbd8e36ea Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 15 Aug 2023 10:50:59 +0200 Subject: [PATCH] Fix another typo --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 0fde9644..e2a11971 100644 --- a/lib/index.js +++ b/lib/index.js @@ -128,7 +128,7 @@ * configuring data * * they specify how to handle trees and files * - * In practise, they are functions that can receive options and configure the + * In practice, they are functions that can receive options and configure the * processor (`this`). * * > 👉 **Note**: plugins are called when the processor is *frozen*, not when