From ff1b77e0fa5f842b23e3a3f325713c9360010f56 Mon Sep 17 00:00:00 2001 From: 0x6a62 Date: Fri, 5 Oct 2018 21:57:18 -0400 Subject: [PATCH] Fix documentation typo --- README.markdown | 2 +- RELEASE_NOTES.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index daf765f65c3..a1be2e4686a 100644 --- a/README.markdown +++ b/README.markdown @@ -24,7 +24,7 @@ See the [project home page](https://fake.build/) for tutorials and [API document > - when you are on linux and do not have mono installed > - when you are on windows and do not have Visual Studio installed > -> Either build only the `netcore` parts via `fake build target FullDotNetCore` or install the requirements accoding to the [contributing page](http://fsharp.github.com/FAKE/contributing.html) +> Either build only the `netcore` parts via `fake build target FullDotNetCore` or install the requirements according to the [contributing page](http://fsharp.github.com/FAKE/contributing.html) Make sure to have long path enabled: https://superuser.com/questions/1119883/windows-10-enable-ntfs-long-paths-policy-option-missing Otherwise the test-suite will fail (However, the compilation should work) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5fe366babc8..f83f0fa64e9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -115,7 +115,7 @@ * NEW: module Fake.Tools.GitVersion to interact with gitversion.exe - https://github.com/fsharp/FAKE/pull/1988 * ENHANCEMENT: Add `traceImportantf` and `traceErrorf` - https://github.com/fsharp/FAKE/pull/1986 * ENHANCEMENT: Minimalize dependencies between FAKE packages - https://github.com/fsharp/FAKE/pull/1980 -* ENHANCEMENT: Change chocolatey package accoding to feedback - https://github.com/fsharp/FAKE/pull/1983 +* ENHANCEMENT: Change chocolatey package according to feedback - https://github.com/fsharp/FAKE/pull/1983 * BUGFIX: Fix locating kudusync.cmd in Fake.Azure.Kudu - https://github.com/fsharp/FAKE/pull/1995 * NEW: module Fake.Core.UserInput - https://github.com/fsharp/FAKE/pull/1997 @@ -150,7 +150,7 @@ ## 5.0.0-rc017 - 2018-05-22 -* BREAKING: Add some `[]` attributes accoding to API-Guidelines (Target, Globbing, AssemblyInfoFile) +* BREAKING: Add some `[]` attributes according to API-Guidelines (Target, Globbing, AssemblyInfoFile) * ENHANCEMENT: Mark `Target.DoNothing` as obsolete * ENHANCEMENT: Mark `Target.Description` as obsolete and add `Target.description` * BUGFIX: Includes fixes from 4.64.12