Skip to content

Commit f7ae275

Browse files
committed
Update Turbolinks docs
1 parent fbd8401 commit f7ae275

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ end
616616
```
617617

618618
This 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

621621
Another option:
622622
If 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

628628
This 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

@@ -646,7 +646,7 @@ end
646646
```
647647

648648
This 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

651651
Another option:
652652
If 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

658658
This 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

Comments
 (0)