From b18c7282ee0c56eb2430a00c8ff571add8fb5772 Mon Sep 17 00:00:00 2001 From: RJ Nowling Date: Mon, 16 May 2016 15:35:03 +0000 Subject: [PATCH] Fix some spelling, formatting in README Signed-off-by: RJ Nowling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45bcf6a40..1c51a00de 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ We love contribution and we love giving visibility to our contributors, this is ## Submit a patch -To start contriuting just do: +To start contributing just do: ``` $ git checkout -b my-working-branch @@ -310,7 +310,7 @@ One more step, before pushing your code you should run a syntax check: $ ansible-playbook -i dummy-ansible-hosts test.yml --syntax-check ``` -If your change impacts a variable file in a role such as `roles`ceph-common/defaults/main.yml`, you need to generate a `group_vars` file: +If your change impacts a variable file in a role such as `roles/ceph-common/defaults/main.yml`, you need to generate a `group_vars` file: ``` $ ./generate_group_vars_sample.sh -- 2.39.5