summaryrefslogtreecommitdiff
path: root/packages/integrations/react/client.js
diff options
context:
space:
mode:
authorGravatar Anders Kaseorg <andersk@mit.edu> 2022-12-19 03:00:00 -0800
committerGravatar GitHub <noreply@github.com> 2022-12-19 12:00:00 +0100
commit53e0c98dae1046b18eb290018274b44557e52611 (patch)
treee516b75d0dff9737c1d66c9b567fce79041b083e /packages/integrations/react/client.js
parent4d4883e816ed1aaefac32d811ec4a78092c31a30 (diff)
downloadastro-53e0c98dae1046b18eb290018274b44557e52611.tar.gz
astro-53e0c98dae1046b18eb290018274b44557e52611.tar.zst
astro-53e0c98dae1046b18eb290018274b44557e52611.zip
Fix spelling mistakes found by codespell and mwic (#5627)
Diffstat (limited to 'packages/integrations/react/client.js')
-rw-r--r--packages/integrations/react/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/client.js b/packages/integrations/react/client.js
index 847bd6bac..3807ab410 100644
--- a/packages/integrations/react/client.js
+++ b/packages/integrations/react/client.js
@@ -22,7 +22,7 @@ export default (element) =>
children != null ? createElement(StaticHtml, { value: children }) : children
);
const rootKey = isAlreadyHydrated(element);
- // HACK: delete internal react marker for nested components to suppress agressive warnings
+ // HACK: delete internal react marker for nested components to suppress aggressive warnings
if (rootKey) {
delete element[rootKey];
}