From 7bae7adc4e1eb47afe7f4599659edda60090a12b Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Tue, 3 Dec 2019 12:26:57 +0700 Subject: [PATCH] Minor grammar fixes --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index 8646418099d..1c88a0aa56f 100644 --- a/HACKING.md +++ b/HACKING.md @@ -189,7 +189,7 @@ Otherwise issues will arise. Direct `kotlin-native` build to the kotlin with `kotlinProjectPath` in native's `gradle.properties`. Now you have the kotlin + kotlin-native combination that is known to build. -Apply your fix on top of both workspaces and run +Apply your fix on top of both workspaces and run ``` $ ./gradlew dist ``` @@ -203,7 +203,7 @@ For a quick check use: $ ./gradlew sanity 2>&1 | tee log ``` -For a longer, more thorough testing build the complete build. Make sure you are runing it on a osx. +For a longer, more thorough testing build the complete build. Make sure you are running it on a macOS. Have a complete build: