From 5463b460485fadb86c4ab51678f583f838e605dc Mon Sep 17 00:00:00 2001 From: 30secondsofcode <30secondsofcode@gmail.com> Date: Wed, 25 Sep 2019 12:59:41 +0000 Subject: [PATCH] Travis build: 486 --- README.md | 2 +- snippet_data/snippetList.json | 4 ++-- snippet_data/snippets.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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