U4-5559 Fix Typo "Seperate" to Separate

This commit is contained in:
Damiaan
2015-06-15 16:12:46 +02:00
parent 4f02a13a46
commit d2dc4efed8
18 changed files with 22 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ So to add configuration options to our markdown editor, open the package.manifes
]
}
**Remember to: ** seperate the editor element and prevalue editor definition with a comma, or you will get a json error.
**Remember to: ** separate the editor element and prevalue editor definition with a comma, or you will get a json error.
So what did we just add? We added a prevalue editor, with a `fields` collection. This collection contains infomation about the UI we will render on the data type configuration for this editor.

View File

@@ -90,7 +90,7 @@ Before running build.bat, then the latest UI files will be included.
##Conclusion
Having Umbraco 7 UI as a seperate project does indeed give us a bit more complexity when building and running from visual studio, since 2 build systems are in play: grunt and msbuild.
Having Umbraco 7 UI as a separate project does indeed give us a bit more complexity when building and running from visual studio, since 2 build systems are in play: grunt and msbuild.
However, the alternative would be to shove everything into the msbuil process, making the entire thing inaccesible to a large number of frontend developers and with a clunkier and less uptodate system.