Skip to content

Commit a0ee417

Browse files
committed
minor #11900 Fixes typo. Replaces "than" with "as". (dugajean)
This PR was submitted for the 4.3 branch but it was merged into the 4.2 branch instead (closes #11900). Discussion ---------- Fixes typo. Replaces "than" with "as". <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 4884847 Fixes typo. Replaces "than" with "as".
2 parents 2fb24b0 + 4884847 commit a0ee417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mercure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ to the Mercure Hub to be authorized to publish updates.
101101

102102
This JWT should be stored in the ``MERCURE_JWT_SECRET`` environment variable.
103103

104-
The JWT must be signed with the same secret key than the one used by
104+
The JWT must be signed with the same secret key as the one used by
105105
the Hub to verify the JWT (``aVerySecretKey`` in our example).
106106
Its payload must contain at least the following structure to be allowed to
107107
publish:

0 commit comments

Comments
 (0)