From 1d0de4f58e97e9d972d32b3f8b6952ee6e7613f0 Mon Sep 17 00:00:00 2001 From: Foxtrot Date: Wed, 6 Apr 2016 09:37:54 +0100 Subject: [PATCH] neaten --- creating_modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creating_modules.md b/creating_modules.md index 15f5de9..d78eea2 100644 --- a/creating_modules.md +++ b/creating_modules.md @@ -67,7 +67,7 @@ Our HTML code should now look like this: ```
- {{hello}} + {{ hello }}
```