From ea121c9a0e162a83beeae62ed9e5a7911877bcbc Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 2 Aug 2024 13:26:54 +0200 Subject: docs: fix typos (#24820) This PR fixes various typos I spotted in the project. --- cli/tools/repl/session.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tools/repl/session.rs') diff --git a/cli/tools/repl/session.rs b/cli/tools/repl/session.rs index 3e43ea3ab..b379c3646 100644 --- a/cli/tools/repl/session.rs +++ b/cli/tools/repl/session.rs @@ -866,7 +866,7 @@ impl AnalyzedJsxPragmas { } /// Analyze provided source and return information about carious pragmas -/// used to configure the JSX tranforms. +/// used to configure the JSX transforms. fn analyze_jsx_pragmas( parsed_source: &ParsedSource, ) -> Option { -- cgit v1.2.3