From ed6f06a7af8f991cc0735e1366a9737e65e74a92 Mon Sep 17 00:00:00 2001 From: austinkelleher Date: Mon, 27 Feb 2017 14:09:46 -0500 Subject: [PATCH] Fix typo in ROADMAP - component-types -> widget-types --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 2aedfde48..d677a5e30 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -697,11 +697,11 @@ Or, since `component.js` is automatically recognized ``` -### Deprecate `component-types` ([#514](https://github.com/marko-js/marko/issues/514)) +### Deprecate `widget-types` ([#514](https://github.com/marko-js/marko/issues/514)) **Old:** ```html - +
...