Skip to content

Commit 28b5679

Browse files
committed
fix typo in doc
1 parent 804723f commit 28b5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/varnish-configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Provided VCL Subroutines
3939
In order to ease configuration we provide a set of VCL subroutines in the
4040
``resources/config`` directory. These can be included from your main Varnish
4141
configuration file, typically ``default.vcl``. Then you need to make your
42-
``VCL_*`` subroutines call the ``fos_*`` routines.
42+
``vcl_*`` subroutines call the ``fos_*`` routines.
4343

4444
.. tip::
4545
When including one of the provided VCL, you need to call all the defined

0 commit comments

Comments
 (0)