What is the URL of the page with the issue?
https://go.dev/doc/tutorial/workspaces
What is your user agent?
Screenshot
What did you do?
This is a typo, not a behavioral bug so no action needed.
What did you expect to see?
I expected the sentence to read "The workspace now includes both the example.com/hello module and the golang.org/x/example/hello module, which provides the golang.org/x/example/hello/reverse package."
What did you see instead?
The sentence reads "The module now includes both the example.com/hello module and the golang.org/x/example/hello module, which provides the golang.org/x/example/hello/reverse package."
Comment From: mknyszek
CC @matloob maybe?
@jeffreyhilaire if you're up for it, feel free to send a PR to https://github.com/golang/website.
Comment From: matloob
@jeffreyhilaire I have a change that fixes it though I can retract it if you're interested in sending a PR.
https://go-review.googlesource.com/c/website/+/590043
Comment From: gopherbot
Change https://go.dev/cl/590043 mentions this issue: _content/doc/tutorial: fix mixup between module and workspace
Comment From: jeffreyhilaire
@matloob thank you for the quick fix.