diff --git a/snippets/disable-selection.md b/snippets/disable-selection.md index e84b402ec..3250911b7 100644 --- a/snippets/disable-selection.md +++ b/snippets/disable-selection.md @@ -5,10 +5,8 @@ Makes the content unselectable. #### HTML ```html -
You can select me.
-You can't select me!
-You can select me.
+You can't select me!
``` #### CSS