Skip to content

Commit 2133a93

Browse files
gidonigoroll
authored andcommitted
[doc] Update vcl-backends.rst - fix typos
1 parent 414d1b2 commit 2133a93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/sphinx/users-guide/vcl-backends.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Somewhere in the top there will be a section that looks a bit like this.::
2121
# .port = "8080";
2222
# }
2323

24-
We remove the comment markings in this text stanza making the it look like.::
24+
We remove the comment markings in this code block making it look like.::
2525

2626
backend default {
2727
.host = "127.0.0.1";
@@ -141,7 +141,7 @@ You can have something like this::
141141
Note that the first regular expressions will match "foo.com",
142142
"www.foo.com", "zoop.foo.com" and any other host ending in "foo.com". In
143143
this example this is intentional but you might want it to be a bit
144-
more tight, maybe relying on the ``==`` operator in stead, like this::
144+
more tight, maybe relying on the ``==`` operator instead, like this::
145145

146146
sub vcl_recv {
147147
if (req.http.host == "foo.com" || req.http.host == "www.foo.com") {

0 commit comments

Comments
 (0)