From 8ae24e19b2cb4ac38756e291308ae0eee2860b92 Mon Sep 17 00:00:00 2001 From: Kamal Raj Date: Thu, 16 Dec 2021 20:54:26 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#14799) typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf5415614c..82e6774199 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -249,7 +249,7 @@ Follow these steps to start contributing: This will build the documentation in the `~/tmp/test-build` folder where you can inspect the generated Markdown files with your favorite editor. You won't be able to see the final rendering on the website - before your PR is merged, we are actively working on adding a too for this. + before your PR is merged, we are actively working on adding a tool for this. Once you're happy with your changes, add changed files using `git add` and make a commit with `git commit` to record your changes locally: