From 89ccdc2b0644dcb6db0a30e146c1dfb9b6201636 Mon Sep 17 00:00:00 2001 From: Oscar <71343264+0scvr@users.noreply.github.com> Date: Sun, 15 Oct 2023 21:42:34 +0200 Subject: [PATCH] docs: fix typos in CONTRIBUTING.md (#10727) Fixed two small typos/spelling mistakes I came accross upon reading CONTRIBUTING.md. Signed-off-by: 0scvr <71343264+0scvr@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a39dbd061..1e9b18f16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ cargo build ### Tests -It is a good practice to cover your changes with a test. Also, try to think about corner cases and various ways how your changes could break. Cover those in the tests as well. +It is good practice to cover your changes with a test. Also, try to think about corner cases and various ways how your changes could break. Cover those in the tests as well. Tests can be found in different places: * `/tests` @@ -58,7 +58,7 @@ Most of the tests are built upon the `nu-test-support` crate. For testing specif ### Useful Commands -As Nushell is build using a cargo workspace consisting of multiple crates keep in mind that you may need to pass additional flags compared to how you may be used to it from a single crate project. +As Nushell is built using a cargo workspace consisting of multiple crates keep in mind that you may need to pass additional flags compared to how you may be used to it from a single crate project. Read cargo's documentation for more details: https://doc.rust-lang.org/cargo/reference/workspaces.html - Build and run Nushell: