From 199b646c3286a4c2b7c03634ae7a1823ac7b8a0a Mon Sep 17 00:00:00 2001 From: Isabelle Viktoria Maciohsek Date: Sun, 25 Oct 2020 12:43:20 +0200 Subject: [PATCH] Fix tags --- snippets/byte_size.md | 2 +- snippets/slugify.md | 2 +- snippets/words.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/snippets/byte_size.md b/snippets/byte_size.md index c5427ee2c..e27e4ce3b 100644 --- a/snippets/byte_size.md +++ b/snippets/byte_size.md @@ -1,6 +1,6 @@ --- title: byte_size -tags: string, beginner +tags: string,beginner --- Returns the length of a string in bytes. diff --git a/snippets/slugify.md b/snippets/slugify.md index 2097e3a26..b807564e9 100644 --- a/snippets/slugify.md +++ b/snippets/slugify.md @@ -1,6 +1,6 @@ --- title: slugify -tags: string,regex,intermediate +tags: string,regexp,intermediate --- Converts a string to a URL-friendly slug. diff --git a/snippets/words.md b/snippets/words.md index 5cf782d22..7a4e58de4 100644 --- a/snippets/words.md +++ b/snippets/words.md @@ -1,6 +1,6 @@ --- title: words -tags: string,regexp,beginnner +tags: string,regexp,beginner --- Converts a given string into an array of words.