From b1635951c38ffcce43e4c3c51ff3313ae423b099 Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Thu, 27 Oct 2022 20:50:48 +0100 Subject: [PATCH] Minor typo (#1515) --- docs/add-ons/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/tutorial.md b/docs/add-ons/tutorial.md index 00f37cf8..5b127148 100644 --- a/docs/add-ons/tutorial.md +++ b/docs/add-ons/tutorial.md @@ -175,7 +175,7 @@ Now navigate to [http://homeassistant.local:8000](http://homeassistant.local:800 ## Bonus: Working with add-on options -In the screenshot you've probably seen that our server only served up 1 file: `options.json`. This file contains the user configuration for this add-on. Because we specified two empty objects for the keys "options" and "schema" in our `config.yaml`, the resulted file is currently empty. +In the screenshot you've probably seen that our server only served up 1 file: `options.json`. This file contains the user configuration for this add-on. Because we specified two empty objects for the keys "options" and "schema" in our `config.yaml`, the resulting file is currently empty. Let's see if we can get some data into that file!