Skip to content

Commit

Permalink
docs: fix rule expression render
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 10, 2022
1 parent 6d6f8b2 commit b952f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/routing/routers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ The table below lists all the available matchers:
Hence, only TLS routers will be able to specify a domain name with that rule.
However, there is one special use case for HostSNI with non-TLS routers:
when one wants a non-TLS router that matches all (non-TLS) requests,
one should use the specific `HostSNI(*)` syntax.
one should use the specific ```HostSNI(`*`)``` syntax.

!!! info "Combining Matchers Using Operators and Parenthesis"

Expand Down

0 comments on commit b952f81

Please sign in to comment.