From d8523c3058a887888bc5b99e24034a81c352acb8 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 8 Aug 2023 11:58:29 +0900 Subject: [PATCH] Docs: fix typo in script.md (#2865) --- docs/premium/script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/premium/script.md b/docs/premium/script.md index 3f49ec2..fbfb3ed 100644 --- a/docs/premium/script.md +++ b/docs/premium/script.md @@ -7,7 +7,7 @@ sidebarOrder: 5 Clash Premium implements the Scripting feature powered by Python3, enableing users to programmatically select policies for the packets with dynamic flexibility. -You can either controll the entire rule-matching engine with a single Python script, or define a number of shortcuts and use them in companion with the regular rules. This page refers to the first feature, for the latter, see [Script Shortcuts](./script-shortcuts.md). +You can either control the entire rule-matching engine with a single Python script, or define a number of shortcuts and use them in companion with the regular rules. This page refers to the first feature, for the latter, see [Script Shortcuts](./script-shortcuts.md). ## Scripting the entire rule-matching engine