diff --git a/pages/articles/file-system/how-to-store-local-config-data/content.md b/pages/articles/file-system/how-to-store-local-config-data/content.md index 548cec7..4a959bc 100644 --- a/pages/articles/file-system/how-to-store-local-config-data/content.md +++ b/pages/articles/file-system/how-to-store-local-config-data/content.md @@ -7,7 +7,7 @@ Let's take a look at a very simple (and contrived) example. First, to save some var myOptions = { name: 'Avian', - dessert: 'cake' + dessert: 'cake', flavor: 'chocolate', beverage: 'coffee' };