Skip to content

Commit 9d6032b

Browse files
authored
Merge pull request #521 from Mathieudewet/fix/remove-multi-title-in-doc-files
Remove multi title in doc files
2 parents 9900196 + dc67080 commit 9d6032b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
API Platform allows to easily add a JWT-based authentication to your API using [LexikJWTAuthenticationBundle](https://github.com/lexik/LexikJWTAuthenticationBundle).
88
To install this bundle, [just follow its documentation](https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Resources/doc/index.md).
99

10-
# Installing LexikJWTAuthenticationBundle
10+
## Installing LexikJWTAuthenticationBundle
1111

1212
`LexikJWTAuthenticationBundle` requires your application to have a properly configured user provider.
1313
You can either use the [Doctrine user provider](https://symfony.com/doc/current/security/entity_provider.html) provided

distribution/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ You may also be interested in these alternative testing tools (not included in t
183183
test in the CI using [newman](https://github.com/postmanlabs/newman).
184184
* [PHP Matcher](https://github.com/coduo/php-matcher): the Swiss Army knife of JSON document testing.
185185

186-
# Running Unit Tests with PHPUnit
186+
## Running Unit Tests with PHPUnit
187187

188188
To run your [PHPUnit](https://phpunit.de/) test suite, execute the following command:
189189

0 commit comments

Comments
 (0)