From 2f94a3a1554746693b481c6835dd036ac0c0c90f Mon Sep 17 00:00:00 2001 From: jwin32 Date: Sat, 25 Jul 2020 14:08:17 -0400 Subject: [PATCH] Update development_submitting.md (#610) Spelling fix. Trying to get started developing a new integration. Small contribution for now, but hopefully a much larger one in the future. --- docs/development_submitting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_submitting.md b/docs/development_submitting.md index cc8b31ef..dcd2c66d 100644 --- a/docs/development_submitting.md +++ b/docs/development_submitting.md @@ -3,7 +3,7 @@ title: "Submit your work" --- :::tip -Always base your Pull Requests of of the current **`dev`** branch, not `master`. +Always base your Pull Requests off of the current **`dev`** branch, not `master`. ::: Submit your improvements, fixes, and new features to Home Assistant one at a time, using GitHub [Pull Requests](https://help.github.com/articles/using-pull-requests). Here are the steps: