Skip to content

Commit 77cfbbc

Browse files
jorritphansys
authored andcommitted
sluggable.md: fix markdown
1 parent 701bf5b commit 77cfbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sluggable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,9 +649,9 @@ Now the generated slug will be translated by Translatable behavior
649649

650650
There are built-in slug handlers like described in configuration options of slug, but there
651651
can be also customized slug handlers depending on use cases. Usually the most logic use case
652-
is for related slug. For instance if user has a **ManyToOne relation to a **Company** we
652+
is for related slug. For instance if user has a **ManyToOne** relation to a **Company** we
653653
would like to have a url like `http://example.com/knplabs/gedi` where **KnpLabs**
654-
is a company and user name is **Gedi**. In this case relation has a path separator **/**
654+
is a company and user name is **Gedi**. In this case relation has a path separator **/**.
655655

656656
User entity example:
657657

0 commit comments

Comments
 (0)