diff --git a/src/standard/styling.html b/src/standard/styling.html
index 5291734876..7282dc4d92 100644
--- a/src/standard/styling.html
+++ b/src/standard/styling.html
@@ -99,7 +99,7 @@
/**
* Apply style scoping to the specified `container` and all its
- * descendants. If `shoudlObserve` is true, changes to the container are
+ * descendants. If `shouldObserve` is true, changes to the container are
* monitored via mutation observer and scoping is applied.
*
* This method is useful for ensuring proper local DOM CSS scoping