Skip to content

Commit

Permalink
Merge pull request #642 from amayer5125/3.x
Browse files Browse the repository at this point in the history
Fix Inline Code Formatting
  • Loading branch information
dereuromark committed Oct 6, 2023
2 parents a178bf5 + c9a120a commit 634dfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/identifiers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Configuration options:
``Authentication.Orm`` which uses CakePHP ORM.
- **hashAlgorithm**: The algorithm used to hash the incoming token
with before compairing it to the ``tokenField``. Recommended value is
``sha256```. Default is ``null``.
``sha256``. Default is ``null``.

JWT Subject
===========
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/url-checkers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ CakePHPsのルーティングシステムの配列表記を使用したい場合
独自のチェッカーの実装
-----------------------------

URLチェッカーは ``UrlCheckterInterface``` を実装 *していなければなりません* 。
URLチェッカーは ``UrlCheckterInterface`` を実装 *していなければなりません* 。

0 comments on commit 634dfc2

Please sign in to comment.