From 42c8f92d4f0abe52fcea4fcb0d11e312740db34b Mon Sep 17 00:00:00 2001 From: Thibault Molleman Date: Fri, 12 Jan 2024 09:35:40 +0100 Subject: [PATCH] Update documenting.md to fix a correction about fork creation (#2039) --- docs/documenting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documenting.md b/docs/documenting.md index 27742e95..a7f0006d 100644 --- a/docs/documenting.md +++ b/docs/documenting.md @@ -8,7 +8,7 @@ The [home-assistant.io](https://home-assistant.io) website is built using [Jekyl ## Small changes -You can use the "**Edit this page on GitHub**" link to edit pages without creating a fork. Keep in mind that you can't upload images while working this way. You work on your change and propose it via a Pull Request (PR). +You can use the "**Edit this page on GitHub**" link to edit pages, which will automatically create a fork and allow you to edit quickly. Keep in mind that you can't upload images while working this way. You work on your change and propose it via a Pull Request (PR). Once you've created a Pull Request (PR), you can see a preview of the proposed changes by clicking *Details* against Netlify checker in the checkers section of the PR as soon as deployment is complete.