diff options
| author | Didier Durand <[email protected]> | 2025-07-21 00:36:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-20 22:36:34 +0000 |
| commit | 0f6405e28dc60ecc4caa29b1222446d1eb5a64de (patch) | |
| tree | 8cbd8dedca1f5fb4e64a5ca384f0af583f43976f /packages/cli/src | |
| parent | 0996d91f0b4a0befe3553016518fd40898699f0a (diff) | |
fix typos in diverse files (#3550)
Co-authored-by: Pascal Birchler <[email protected]>
Co-authored-by: Pascal Birchler <[email protected]>
Co-authored-by: N. Taylor Mullen <[email protected]>
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/ui/utils/CodeColorizer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/utils/CodeColorizer.tsx b/packages/cli/src/ui/utils/CodeColorizer.tsx index 068f6689..77de9add 100644 --- a/packages/cli/src/ui/utils/CodeColorizer.tsx +++ b/packages/cli/src/ui/utils/CodeColorizer.tsx @@ -68,7 +68,7 @@ function renderHastNode( return <React.Fragment>{children}</React.Fragment>; } - // Handle Root Node: Start recursion with initial inherited color + // Handle Root Node: Start recursion with initially inherited color if (node.type === 'root') { // Check if children array is empty - this happens when lowlight can't detect language – fallback to plain text if (!node.children || node.children.length === 0) { |
