From 186206a1e09c57553e6347f381fec11be5d587eb Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 21 Sep 2020 07:47:27 +1000 Subject: [PATCH] docs: Fix simple typo, sytax -> syntax There is a small typo in project/component/injectplate/README.md. Should read `syntax` rather than `sytax`. --- project/component/injectplate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/component/injectplate/README.md b/project/component/injectplate/README.md index b580402..d2b4d52 100644 --- a/project/component/injectplate/README.md +++ b/project/component/injectplate/README.md @@ -1,5 +1,5 @@ # Injectplate -A declare once Javascript component injector. This allows you to create HTML components and inject them into the DOM at will. In essence it is a wrapper for the awesome [Mustache.js](https://github.com/janl/mustache.js) library which has a great template sytax. +A declare once Javascript component injector. This allows you to create HTML components and inject them into the DOM at will. In essence it is a wrapper for the awesome [Mustache.js](https://github.com/janl/mustache.js) library which has a great template syntax. ## Table of Contents