diff --git a/guides/release/applications/run-loop.md b/guides/release/applications/run-loop.md index e424dae961..b8f0ab7ebb 100644 --- a/guides/release/applications/run-loop.md +++ b/guides/release/applications/run-loop.md @@ -1,6 +1,22 @@ -**Note:** -* _For basic Ember app development scenarios, you don't need to understand the run loop or use it directly. All common paths are paved nicely for you and don't require working with the run loop._ -* _However, the run loop will be helpful to understand the internals of Ember and to assist in customized performance tuning by manually batching costly work._ +
+