diff --git a/BUILDING.md b/BUILDING.md index 38f9f3d..27c37ee 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -28,7 +28,7 @@ The build.cake script contains a number of interdependent tasks. The most important top-level tasks to use are listed here: ``` - FetchPackages Retrieves the latest versions of the required assemblies, from the lates NuGet packages. + FetchPackages Retrieves the latest versions of the required assemblies, from the latest NuGet packages. CreateImage Extracts the assemblies from the NuGet packages, and adds other required files to an image directory. PackageMsi Builds the MSI. -``` \ No newline at end of file +```