From 5d61f1c926700722bbabbfbe5adc7541281babd4 Mon Sep 17 00:00:00 2001 From: Roy Lenferink Date: Sat, 9 Feb 2019 00:43:44 +0100 Subject: [PATCH] Typo resolved (#12555) --- layouts/shortcodes/include.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/include.html b/layouts/shortcodes/include.html index 01462ec64c..5d0cfa3065 100644 --- a/layouts/shortcodes/include.html +++ b/layouts/shortcodes/include.html @@ -20,7 +20,7 @@ {{- end -}} {{- end -}} {{- else -}} - {{ errorf "[%s] the 'inclucdes' bundle was not found." $.Page.Lang }} + {{ errorf "[%s] the 'includes' bundle was not found." $.Page.Lang }} {{- end -}} {{- else -}} {{- errorf "[%s] missing resource name in include for page %q" $.Page.Lang $.Page.Path -}}