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.