From f9fb511db1b3fb2d46f5ce55ffd526224b46b69a Mon Sep 17 00:00:00 2001 From: ElenaGaneva Date: Thu, 17 Mar 2016 17:21:33 +0200 Subject: [PATCH] Fixed typing error --- AuthorWidget/readme.md | 2 +- SimpleContentBlock/readme.md | 2 +- SingleDynamicContent/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AuthorWidget/readme.md b/AuthorWidget/readme.md index e32ba439..46141d6a 100644 --- a/AuthorWidget/readme.md +++ b/AuthorWidget/readme.md @@ -21,7 +21,7 @@ Installing the widget is an alternative to building it yourself. Instead of buil 1. Clone the [feather-samples](https://github.com/Sitefinity/feather-samples) repository -2. Check if version of Feather nugets refernced in **AuthorWidget** project is the same as the version that you have in your project. It they are different make sure to upgrade the **AuthorWidget** project to your version. +2. Check if version of Feather nugets referenced in **AuthorWidget** project is the same as the version that you have in your project. It they are different make sure to upgrade the **AuthorWidget** project to your version. 3. Build the AuthorWidget project diff --git a/SimpleContentBlock/readme.md b/SimpleContentBlock/readme.md index 6b8dffd6..f3ce6261 100644 --- a/SimpleContentBlock/readme.md +++ b/SimpleContentBlock/readme.md @@ -23,6 +23,6 @@ as a start. To run this sample: 1. Clone the [feather-samples](https://github.com/Sitefinity/feather-samples) repository. -2. Check if version of Feather nugets refernced in it is the same as the version that you have in your project. It they are different make sure to upgrade the **SimpleContentBlock** project to your version. +2. Check if version of Feather nugets referenced in it is the same as the version that you have in your project. It they are different make sure to upgrade the **SimpleContentBlock** project to your version. 3. Build the **SimpleContentBlock** project. 4. Reference the **SimpleContentBlock.dll** from your Sitefinity’s web application. diff --git a/SingleDynamicContent/README.md b/SingleDynamicContent/README.md index 1b440e6f..ac57fc2c 100644 --- a/SingleDynamicContent/README.md +++ b/SingleDynamicContent/README.md @@ -7,7 +7,7 @@ The following tutorial demonstrates how to create custom MVC widget for displayi 1. Clone the feather-samples repository. 2. Open the SingleDynamicContent project in Visual Studio. -3. Check if version of Feather nugets refernced in SingleDynamicContent project is the same as the version that you have in your project. It they are different make sure to upgrade the SingleDynamicContent project to your version. +3. Check if version of Feather nugets referenced in SingleDynamicContent project is the same as the version that you have in your project. It they are different make sure to upgrade the SingleDynamicContent project to your version. 4. Build SingleDynamicContent project. 5. Reference the SingleDynamicContent.dll from your Sitefinity’s web application. 6. Build your Sitefinity web application.