From c0982e959e52084a4f2d934d3b80fe22e904f86f Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Mon, 11 Jan 2021 09:53:16 +0200 Subject: [PATCH] Fix typos in zigzag --- snippets/zig-zag-pattern.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/zig-zag-pattern.md b/snippets/zig-zag-pattern.md index 6c575774a..6b827b2b8 100644 --- a/snippets/zig-zag-pattern.md +++ b/snippets/zig-zag-pattern.md @@ -1,9 +1,9 @@ --- -title: Stripes background pattern +title: Zig zag background pattern tags: visual,advanced --- -Creates a stripes background pattern. +Creates a zig zag background pattern. - Use `background-color` to set a white background. - Use `background-image` with four `linear-gradient()` values to create the parts of a zig zag pattern.