From f71985315d9fecb794bf1707b6575e8395e9d91f Mon Sep 17 00:00:00 2001 From: bapps2 <120749550+bapps2@users.noreply.github.com> Date: Sun, 12 Mar 2023 17:29:03 +0300 Subject: [PATCH] Update hasSuffix.md --- content/en/functions/hasSuffix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/functions/hasSuffix.md b/content/en/functions/hasSuffix.md index 9906cc2c3..151b90ee3 100644 --- a/content/en/functions/hasSuffix.md +++ b/content/en/functions/hasSuffix.md @@ -1,5 +1,5 @@ --- -title: hassuffix +title: hasSuffix linktitle: hasSuffix description: Tests whether a string ends with suffix. date: 2023-03-01 @@ -18,4 +18,4 @@ deprecated: false aliases: [] --- -* `{{ hasSuffix "Hugo" "go" }}` → true \ No newline at end of file +* `{{ hasSuffix "Hugo" "go" }}` → true