diff --git a/15/umbraco-cms/fundamentals/design/images/partial-views-in-directory.png b/15/umbraco-cms/fundamentals/design/images/partial-views-in-directory.png
new file mode 100644
index 00000000000..df2e5682b03
Binary files /dev/null and b/15/umbraco-cms/fundamentals/design/images/partial-views-in-directory.png differ
diff --git a/15/umbraco-cms/fundamentals/design/partial-views.md b/15/umbraco-cms/fundamentals/design/partial-views.md
index fc182722f7b..c363e80d7cb 100644
--- a/15/umbraco-cms/fundamentals/design/partial-views.md
+++ b/15/umbraco-cms/fundamentals/design/partial-views.md
@@ -29,11 +29,11 @@ To create a partial view:
5. Enter a partial view name.
6. Click the **Save** button. You will now see the partial view markup in the backoffice editor.
-
-
Created partial view
-By default, the partial view is saved in the `Views/Partials` folder in the solution.
+By default, the partial views are saved in the `Views/Partials` folder in the solution.
+
+
## Creating a Partial View from Snippet
@@ -48,7 +48,7 @@ To create a partial view from the snippet:
Created partial view from snippet
-By default, the partial view is saved in the `Views/Partials` folder in the solution. Umbraco provides the following partial view snippets:
+Umbraco provides the following partial view snippets:
* Empty - Creates an empty partial view file.
* Breadcrumb - Creates a breadcrumb of parents using the `Ancestors()` method to generate links in an unordered HTML list. It displays the name of the current page without a link.