From 4133e5460d734262f621bfa1edc9c4f168579fd9 Mon Sep 17 00:00:00 2001 From: Aravind Karnam Date: Thu, 3 Apr 2025 17:42:24 +0530 Subject: [PATCH] typo-fix: https://github.com/unclecode/crawl4ai/pull/918 --- crawl4ai/content_scraping_strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl4ai/content_scraping_strategy.py b/crawl4ai/content_scraping_strategy.py index eaed0816..0a157a08 100644 --- a/crawl4ai/content_scraping_strategy.py +++ b/crawl4ai/content_scraping_strategy.py @@ -1605,7 +1605,7 @@ class LXMLWebScrapingStrategy(WebScrapingStrategy): # Remove empty elements self.remove_empty_elements_fast(body, 1) - # Remvoe unneeded attributes + # Remove unneeded attributes self.remove_unwanted_attributes_fast( body, keep_data_attributes=kwargs.get("keep_data_attributes", False) )