All words in h3 in docs must start with capital letter (#13207)

This commit is contained in:
Alexey Rogachev
2016-12-14 17:44:15 +06:00
committed by Carsten Brandt
parent a1581329cf
commit 7be8ccbb41

View File

@ -891,7 +891,7 @@ will be used to record the migration history. You no longer need to specify it v
command-line option.
### Separated migrations <span id="separated-migrations"></span>
### Separated Migrations <span id="separated-migrations"></span>
Sometimes you may need to use migrations from a different namespace. It can be some extension or module in your own
project. One of such examples is migrations for [RBAC component](security-authorization.md#configuring-rbac).