Skip to content

Commit 0ba88ae

Browse files
committed
Fix docs formatting
Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
1 parent 3529291 commit 0ba88ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rotating-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,5 @@ Now check the changes on the parsing and validation logic:
212212
Now the application is able to accept non-expired tokens issued with either old and new keys!
213213
In this case, the old key would automatically only be accepted until `2023-12-31 23:59:59+00:00`, even if engineers forget to remove it from the list.
214214

215-
!!! Important`
215+
!!! Important
216216
The order of `SignedWithUntilDate` constraints given to `SignedWithOneInSet` does matter, and it's recommended to leave older keys at the end of the list.

0 commit comments

Comments
 (0)