From 924239fc3cc5e65b1c6c334346cf5e74c0fe1960 Mon Sep 17 00:00:00 2001 From: Adewale Abati Date: Thu, 21 Nov 2024 01:24:23 +0100 Subject: [PATCH] fix: add escaped characters in goosehint docs (#294) --- docs/guidance/using-goosehints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guidance/using-goosehints.md b/docs/guidance/using-goosehints.md index 352f7532..4f96a2e4 100644 --- a/docs/guidance/using-goosehints.md +++ b/docs/guidance/using-goosehints.md @@ -40,7 +40,7 @@ Go through the README.md for information on how to build and test it as needed. Make sure to confirm all changes with me before applying. Use the following custom values when needed: -{% include custom-config.js %} +{% include custom-config.js %} Run tests with `npm run test` ideally after each change. ```