Skip to content

Commit 16fb111

Browse files
authored
Fix Typo
1 parent b763b8b commit 16fb111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Then, when doing something like this in Twig:
7171

7272
You can also use [ESI rendering](https://symfony.com/doc/current/http_cache/esi.html) for particular shortcodes. The advantage of ESI is that single shortcode replacements can be stored in edge caches and/or reverse proxies like Varnish and possibly be reused on multiple pages.
7373

74-
⚠️ Take care: Due to the way ESI works, the (master) `Request` visible to controllers is no longer the one where the shortcode was used. Keep that in mind wehn you, for example, want to log the URLs where shortcodes are beiung used.
74+
⚠️ Take care: Due to the way ESI works, the (master) `Request` visible to controllers is no longer the one where the shortcode was used. Keep that in mind when you, for example, want to log the URLs where shortcodes are being used.
7575

76-
To use ESI-based embedding for a particular shortcode, use the following configuration:
76+
To use ESI-based embedding for a particular shortcode, use a configuration like the following:
7777

7878
```yaml
7979
# config.yml

0 commit comments

Comments
 (0)