From 433353af1c46e08d330a5e3dbe4872df9ed712f5 Mon Sep 17 00:00:00 2001 From: Oliver Howell <89071729+ollyhowell@users.noreply.github.com> Date: Tue, 14 Sep 2021 15:39:14 +0100 Subject: [PATCH] Add reminder to save file for the app refresh --- docs/tutorial/using-bind-mounts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/using-bind-mounts/index.md b/docs/tutorial/using-bind-mounts/index.md index 29138b8..13557fb 100644 --- a/docs/tutorial/using-bind-mounts/index.md +++ b/docs/tutorial/using-bind-mounts/index.md @@ -78,7 +78,7 @@ So, let's do it! When you're done watching the logs, exit out by hitting `Ctrl`+`C`. 1. Now, let's make a change to the app. In the `src/static/js/app.js` file, let's change the "Add Item" button to simply say - "Add". This change will be on line 109. + "Add". This change will be on line 109 - remember to save the file. ```diff - {submitting ? 'Adding...' : 'Add Item'}