diff --git a/guides/source/action_text_overview.md b/guides/source/action_text_overview.md index 34d1deba6e..211b997e96 100644 --- a/guides/source/action_text_overview.md +++ b/guides/source/action_text_overview.md @@ -172,7 +172,7 @@ Next, consider some rich text content that embeds an `` element that references the `User` instance's signed GlobalID: ```html -

Hello, .

+

Hello, .

``` Action Text resolves uses the "BAh7CEkiCG…" String to resolve the `User` @@ -186,7 +186,7 @@ instance. Next, consider the application's `users/user` partial: The resulting HTML rendered by Action Text would look something like: ```html -

Hello, Jane Doe.

+

Hello, Jane Doe.

``` To render a different partial, define `User#to_attachable_partial_path`: