Skip to content

Commit

Permalink
correct misleading phrases in documentation
Browse files Browse the repository at this point in the history
This change corrects a typo in the file doc/contribute.md, removing
the risk of confusing contributors, especially first-timers.

It also fixes a grammatical error in the README.md file at the root of
the CUE GitHub repository, in the Learning CUE section, which can also
impair the understanding of learners of CUE.

Closes #2460 as merged as of commit 61be4bd.

Signed-off-by: Emmanuel Chee-zaram Okeke <[email protected]>
Change-Id: I357d9b32fa0a62f2861789821bcfcbc0741e2ea1
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/556116
Reviewed-by: Paul Jolly <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
  • Loading branch information
chee-zaram authored and mvdan committed Jun 27, 2023
1 parent 6db2253 commit 0755dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ For more details, see [Installing CUE](./doc/install.md).
The fastest way to learn the basics is to follow the
[tutorial on basic language constructs](./doc/tutorial/basics/Readme.md).

A more elaborate tutorial demonstrating of how to convert and restructure
A more elaborate tutorial demonstrating how to convert and restructure
an existing set of Kubernetes configurations is available in
[written form](./doc/tutorial/kubernetes/README.md).

Expand Down
2 changes: 1 addition & 1 deletion doc/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fixing a bug, or considering a new feature.
* Code contributions, the main focus of this guide. The CUE project is a little
different from that used by other open source projects so we cover this
process in more detail below.
* Contributing thoughts and use cases use cases to proposals. CUE can be and is
* Contributing thoughts and use cases to proposals. CUE can be and is
being used in many varied different ways. Sharing experience reports helps
to shape proposals and designs.
* Creating content. Whether it be writing blog posts, live streaming,
Expand Down

0 comments on commit 0755dc8

Please sign in to comment.