From 29ff5923cd2e1894500ea91d405c3854c9b5f40e Mon Sep 17 00:00:00 2001 From: Anne-Greeth van Herwijnen Date: Fri, 10 Jan 2020 22:54:01 +0100 Subject: [PATCH] Update source/2020-01-10-the-ember-times-issue-130.md Co-Authored-By: Jessica Jordan --- source/2020-01-10-the-ember-times-issue-130.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2020-01-10-the-ember-times-issue-130.md b/source/2020-01-10-the-ember-times-issue-130.md index 21e746947..3cb628dd1 100644 --- a/source/2020-01-10-the-ember-times-issue-130.md +++ b/source/2020-01-10-the-ember-times-issue-130.md @@ -200,7 +200,7 @@ building modern Ember apps. In this regard we highly recommend the following lea - [The Ember Octane vs. Classic Ember Cheat Sheet](https://ember-learn.github.io/ember-octane-vs-classic-cheat-sheet/) -> Octane provides a very gentle on-ramp and lets you learn and grow into the framework as the needs arise in your app ... I’m excited to see all of theses pieces coming together and finally ready to teach the version of ember we had envisioned. Check out the new tutorial to see the difference for yourself! ~ _Godfrey Chan [(@chancancode)](https://github.com/chancancode)_ +> Octane provides a very gentle on-ramp and lets you learn and grow into the framework as the needs arise in your app. You start with HTML templates, then extract pieces into template-only components for clarity, add arguments for reusability, add a js class to add behavior, add a service for shared functionalities, install an addon for more cool stuff, etc. I’m excited to see all of theses pieces coming together and finally ready to teach the version of ember we had envisioned. Check out the new tutorial to see the difference for yourself! ~ _Godfrey Chan [(@chancancode)](https://github.com/chancancode)_ ---