616616```
617617
618618This way, you're not breaking Turbolinks flow of loading or reloading a page.
619- It makes it more efficient that the next option that is suggested below.
619+ It is more efficient than the next option below.
620620
621621Another option:
622622If you want, you can tell Turbolinks to reload your ` render_async ` call as follows:
@@ -627,8 +627,8 @@ If you want, you can tell Turbolinks to reload your `render_async` call as follo
627627
628628This will reload the whole page with Turbolinks.
629629
630- > :bulb : Make sure to put ` <%= content_for :render_async %> ` in your base view file in
631- the `<head > ` and not the ` <body >`.
630+ > :bulb : If Turbolinks is misbehaving in some way, make sure to put ` <%= content_for :render_async %> ` in your base view file in
631+ the `<body > ` and not the ` <head >`.
632632
633633### Using with Turbo
634634
646646```
647647
648648This way, you're not breaking Turbos flow of loading or reloading a page.
649- It makes it more efficient that the next option that is suggested below.
649+ It is more efficient than the next option below.
650650
651651Another option:
652652If you want, you can tell Turbo to reload your ` render_async ` call as follows:
@@ -657,8 +657,8 @@ If you want, you can tell Turbo to reload your `render_async` call as follows:
657657
658658This will reload the whole page with Turbo.
659659
660- > :bulb : Make sure to put ` <%= content_for :render_async %> ` in your base view file in
661- the `<head > ` and not the ` <body >`.
660+ > :bulb : If Turbo is misbehaving in some way, make sure to put ` <%= content_for :render_async %> ` in your base view file in
661+ the `<body > ` and not the ` <head >`.
662662
663663### Using with respond_to and JS format
664664
0 commit comments