Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 4ea90b0

Browse files
quasilytemyitcv
authored andcommitted
006_not_yet_go_module: fix typos (#107)
s/psuedo/pseudo/
1 parent e1e0b26 commit 4ea90b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

006_not_yet_go_module/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Now because, at the time of writing, `github.com/go-chi/chi`:
2727
* has not been converted to a Go module
2828
* we want to use v3.3.2
2929
30-
we need to `go get` that specific version, which will be retrieved as a v0.0.0 psuedo version:
30+
we need to `go get` that specific version, which will be retrieved as a v0.0.0 pseudo version:
3131
3232
3333
```
@@ -101,7 +101,7 @@ Now because, at the time of writing, `github.com/go-chi/chi`:
101101
* has not been converted to a Go module
102102
* we want to use v3.3.2
103103

104-
we need to `go get` that specific version, which will be retrieved as a v0.0.0 psuedo version:
104+
we need to `go get` that specific version, which will be retrieved as a v0.0.0 pseudo version:
105105

106106

107107
```

0 commit comments

Comments
 (0)