From cf56452a3b41417ad5d0caee8c4ea763397ead64 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 16 Jan 2025 08:29:19 -0800 Subject: [PATCH] Fix typo --- content/en/troubleshooting/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/troubleshooting/performance.md b/content/en/troubleshooting/performance.md index a2df1b08e..7961e00de 100644 --- a/content/en/troubleshooting/performance.md +++ b/content/en/troubleshooting/performance.md @@ -109,4 +109,4 @@ Note that you can create cached variants of each partial by passing additional a ## Timers -Use the `debug.Timer` function to determine execution time for a block of code, useful for finding performance bottle necks in templates. See [details](/functions/debug/timer/). +Use the `debug.Timer` function to determine execution time for a block of code, useful for finding performance bottlenecks in templates. See [details](/functions/debug/timer/).