From 23bef2424569f4cbcf895a126ef91f4fc62a9c97 Mon Sep 17 00:00:00 2001 From: Brian Moeskau Date: Mon, 31 Jul 2023 15:51:00 -0500 Subject: [PATCH] README.md typo fixes Just a few typos as I was reading the docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb0113a..dccb02f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ For fancier behaviors, you can use the block form of ``, which gi ## Rendering multiple components into a single target -There might be use cases where you would like to render multiple component into a single target, for example a `` "actions" might receive multiple action buttons via ``. Instead of `` just use the complementary `` component. +There might be use cases where you would like to render multiple components into a single target, for example a `` "actions" might receive multiple action buttons via ``. Instead of `` just use the complementary `` component. ```hbs @@ -92,11 +92,11 @@ However, if you need to provide additional content to use outside of the compone ## Crossing Engines -Engines deliberately are deliberately isolated from each other, so a `` in one engine cannot target a `` in another. But you can optionally share the ember-elsewhere service between them to make it work, see https://github.com/ef4/ember-elsewhere/issues/26#issuecomment-432217049 +Engines are deliberately isolated from each other, so a `` in one engine cannot target a `` in another. But you can optionally share the ember-elsewhere service between them to make it work, see https://github.com/ef4/ember-elsewhere/issues/26#issuecomment-432217049 ## Ember's native in-element -Since Ember 3.21 there is also a native `in-element` helper. This helper offer less functionality than this addon, +Since Ember 3.21 there is also a native `in-element` helper. This helper offers less functionality than this addon, but may be enough for some use-cases. [More details](https://api.emberjs.com/ember/3.21/classes/Ember.Templates.helpers/methods/in-element?anchor=in-element) ### Linting