From 89942601e470a7fe8fd46c3888796aef94fa190d Mon Sep 17 00:00:00 2001 From: Max H <36088096+rxt30@users.noreply.github.com> Date: Thu, 21 Jan 2021 08:33:58 +0100 Subject: [PATCH] Fix headline numbering in tutorial 1 --- tutorials/tut1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tut1.rst b/tutorials/tut1.rst index e9fe78f54..fa89591f3 100644 --- a/tutorials/tut1.rst +++ b/tutorials/tut1.rst @@ -122,7 +122,7 @@ A request for the todos shows three of them, and all completed. } ] -Step 4. Add Expiration +Step 5. Add Expiration ---------------------- Currently our authentication token is valid for all eternity. The server, as long as it continues using the same JWT password, will honor the token.