Fix "it" possessive

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Adam Harvey
2021-02-18 09:41:09 -05:00
committed by GitHub
parent 2691abdd39
commit 2203379000
+1 -1
View File
@@ -193,7 +193,7 @@ We can categorize plugins into three different types; **Frontend**, **Backend**
and **GraphQL**. We differentiate these types of plugins when we name them, with
a dash-suffix. `-backend` means its a backend plugin and so on.
One reason for splitting a plugin is because of it's dependencies. Another
One reason for splitting a plugin is because of its dependencies. Another
reason is for clear separation of concerns.
Take a look at our [Plugin Marketplace](https://backstage.io/plugins) or browse