From 220337900080570cc3b2618d32bb3b11b83b4c17 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 18 Feb 2021 09:41:09 -0500 Subject: [PATCH] Fix "it" possessive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw --- docs/support/project-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/project-structure.md b/docs/support/project-structure.md index d0d69b4330..564e7f8e7e 100644 --- a/docs/support/project-structure.md +++ b/docs/support/project-structure.md @@ -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 it’s 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