From 0068131f5e91dc288dfe478779b25b47bc13930e Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Sat, 19 Dec 2020 11:20:33 +1000 Subject: [PATCH] Fix spelling error in TOC --- _data/toc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index cbcc1f417d..d4881631c8 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -35,7 +35,7 @@ guides: path: /get-started/03_updating_app/ - title: "Part 4: Sharing Our Application" path: /get-started/04_sharing_app/ - - title: "Part 5: Persiting our DB" + - title: "Part 5: Persisting our DB" path: /get-started/05_persisting_data/ - title: "Part 6: Using Bind Mounts" path: /get-started/06_bind_mounts/