From 280182746093169ffe2bd23bc0fe95afe03f98bc Mon Sep 17 00:00:00 2001 From: downbtn <65035687+downbtn@users.noreply.github.com> Date: Fri, 7 Aug 2020 11:11:00 -0500 Subject: [PATCH] fixed typos --- Plan9.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plan9.md b/Plan9.md index 298a0e4e..ab18005d 100644 --- a/Plan9.md +++ b/Plan9.md @@ -56,7 +56,7 @@ Since Go is written in Go, you may want to bootstrap Go with Go 1.4.3, which is However, since the Go 1.4 runtime wasn't mature enough on Plan 9, we recommend you to bootstrap from a more recent version of Go, using another operating system. -## Boostraping from Plan 9 +## Bootstrapping from Plan 9 First, install Go 1.4: @@ -87,7 +87,7 @@ bind -a /tmp/go/bin /bin ``` Go is now ready to use. -## Bootstraping from another operating system +## Bootstrapping from another operating system First, you must have installed Go on this operating system, following the [Go installation instructions](https://golang.org/doc/install).