Skip to content

docs: fix missing backtick in route list formatting#8075

Closed
s20055232 wants to merge 1 commit intoenvoyproxy:release/v1.6from
s20055232:fix-issue-release-1.6
Closed

docs: fix missing backtick in route list formatting#8075
s20055232 wants to merge 1 commit intoenvoyproxy:release/v1.6from
s20055232:fix-issue-release-1.6

Conversation

@s20055232
Copy link
Copy Markdown
Contributor

Fix formatting: add missing backtick in route list

This commit corrects a markdown formatting error in the route documentation
where foo-route was missing its closing backtick.

The route list now correctly displays:

  • example-route
  • foo-route
  • bar-route

What type of PR is this?

docs: fix formatting in route list

What this PR does / why we need it:

This PR fixes a markdown formatting issue in the route documentation where
foo-route was missing its closing backtick character. This ensures all
route names in the list are consistently formatted as inline code blocks.

Which issue(s) this PR fixes:

Fixes #

Release Notes:

No

Fix formatting: add missing backtick in route list

This commit corrects a markdown formatting error in the route documentation 
where `foo-route` was missing its closing backtick. 

The route list now correctly displays:
* `example-route`
* `foo-route`
* `bar-route`

Signed-off-by: ALLEN <s20055232@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant