Skip to content

Commit 6b1beaf

Browse files
committed
:octocat: typo
1 parent 40c1e19 commit 6b1beaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc
157157
- **CC**: indicates that the provider supports the [Client Credentials Grant](https://datatracker.ietf.org/doc/html/rfc6749#section-4.4) (implements the `ClientCredentials` interface)
158158
- **TR**: indicates that the provider is capable of [refreshing an access token](https://datatracker.ietf.org/doc/html/rfc6749#section-10.4) (implements the `TokenRefresh` interface)
159159
- **TI**: indicates that the provider is capable of revoking/invalidating an access token (implements the `TokenInvalidate` interface)
160-
<!-- TABLE_END -->
160+
<!-- TABLE-END -->
161161

162162

163163
# Disclaimer

docs/Basics/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fully [PSR-7](https://www.php-fig.org/psr/psr-7/)/[PSR-17](https://www.php-fig.o
9696
- **CC**: indicates that the provider supports the [Client Credentials Grant](https://datatracker.ietf.org/doc/html/rfc6749#section-4.4) (implements the `ClientCredentials` interface)
9797
- **TR**: indicates that the provider is capable of [refreshing an access token](https://datatracker.ietf.org/doc/html/rfc6749#section-10.4) (implements the `TokenRefresh` interface)
9898
- **TI**: indicates that the provider is capable of revoking/invalidating an access token (implements the `TokenInvalidate` interface)
99-
<!-- TABLE_END -->
99+
<!-- TABLE-END -->
100100

101101
## Shameless advertising
102102

examples/create-description.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
const FILES = [__DIR__.'/../README.md', __DIR__.'/../docs/Basics/Overview.md'];
2424
const REPLACE_START = '<!-- TABLE-START -->';
25-
const REPLACE_END = '<!-- TABLE_END -->';
25+
const REPLACE_END = '<!-- TABLE-END -->';
2626

2727
$table = [
2828
'<!-- this table is auto-created via /examples/create-description.php -->',

0 commit comments

Comments
 (0)