diff --git a/README.md b/README.md
index 29d0069dd..eb2d519e9 100644
--- a/README.md
+++ b/README.md
@@ -1891,7 +1891,7 @@ btn.onmousemove = function(e) {
### :not selector
-The `:not` psuedo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.
+The `:not` pseudo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.
```html
diff --git a/snippet_data/snippetList.json b/snippet_data/snippetList.json
index 077a3aa60..6b1a763f4 100644
--- a/snippet_data/snippetList.json
+++ b/snippet_data/snippetList.json
@@ -443,13 +443,13 @@
"type": "snippetListing",
"title": ":not selector",
"attributes": {
- "text": "The `:not` psuedo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.\n\n",
+ "text": "The `:not` pseudo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.\n\n",
"tags": [
"visual"
]
},
"meta": {
- "hash": "a5ce598fdef79b1c1a91bc30992bd881e3f1d1f7928c4c4d3ccd5f4eb5817ad9"
+ "hash": "847dbaae8802781fa073cc92c6891ea0a0c39752f95266fcb4db7812dc78640e"
}
},
{
diff --git a/snippet_data/snippets.json b/snippet_data/snippets.json
index 968c21a5a..b9db910db 100644
--- a/snippet_data/snippets.json
+++ b/snippet_data/snippets.json
@@ -816,7 +816,7 @@
"type": "snippet",
"attributes": {
"fileName": "not-selector.md",
- "text": "The `:not` psuedo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.\n\n",
+ "text": "The `:not` pseudo selector is useful for styling a group of elements, while leaving the last (or specified) element unstyled.\n\n",
"explanation": "\n\n- `li:not(:last-child)` specifies that the styles should apply to all `li` elements except the `:last-child`.\n\n",
"browserSupport": {
"text": "\n\n- https://caniuse.com/#feat=css-sel3\n",
@@ -833,7 +833,7 @@
]
},
"meta": {
- "hash": "a5ce598fdef79b1c1a91bc30992bd881e3f1d1f7928c4c4d3ccd5f4eb5817ad9"
+ "hash": "847dbaae8802781fa073cc92c6891ea0a0c39752f95266fcb4db7812dc78640e"
}
},
{