From 2708bf9127d3ddf0761d02e4d89caddf2c72a35d Mon Sep 17 00:00:00 2001 From: Mellaoui Mohammed Elghazali Date: Sun, 8 Oct 2023 02:58:59 +0100 Subject: [PATCH] (typo) Update README.md (#3869) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 979a060d0e..615b05d28c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ library along with one of the themes and calling [`highlightAll`][1]: This will find and highlight code inside of `
` tags; it tries
 to detect the language automatically. If automatic detection doesn’t
-work for you, or you simply prefer to be explicit, you can specify the language manually in the using the `class` attribute:
+work for you, or you simply prefer to be explicit, you can specify the language manually by using the `class` attribute:
 
 
 ```html