From 4bc59cf677514c375a318806484b7f2f8a23267f Mon Sep 17 00:00:00 2001 From: Eric Poe Date: Sat, 27 Jul 2019 13:49:35 -0500 Subject: [PATCH] format name `addItem` as code --- local-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-storage.md b/local-storage.md index 740dae2..490e824 100644 --- a/local-storage.md +++ b/local-storage.md @@ -225,7 +225,7 @@ saveList() { {% endcode-tabs-item %} {% endcode-tabs %} -Now make sure you call `saveList` from within addItem and `updateItem`. +Now make sure you call `saveList` from within `addItem` and `updateItem`. ### deleteItem