From 063e3ffd4896328cdd5e3a96d58ddb9a6c2188c3 Mon Sep 17 00:00:00 2001 From: On Freund Date: Sun, 23 Aug 2020 16:27:14 +0300 Subject: [PATCH] Change "it's" to "its" (#624) --- docs/internationalization/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internationalization/core.md b/docs/internationalization/core.md index 6fa6c9ce..a315a311 100644 --- a/docs/internationalization/core.md +++ b/docs/internationalization/core.md @@ -24,7 +24,7 @@ This category is just a string: the translation of the integration name. This ke #### State -If your integration provides entities under it's domain, you will want to translate the states. You do this by offering a `state` dictionary, that contains translations for states with different device classes. The key `_` is used for entities without a device class. +If your integration provides entities under its domain, you will want to translate the states. You do this by offering a `state` dictionary, that contains translations for states with different device classes. The key `_` is used for entities without a device class. ```json {