From cc64be937dc99de6a2c119473d4807865c489346 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Fri, 30 Jun 2023 15:12:28 -0400 Subject: [PATCH] Fix spelling errors in readme of awx_collection/tools Signed-off-by: John Westcott --- awx_collection/tools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx_collection/tools/README.md b/awx_collection/tools/README.md index 698d0eb981..ff9b819ac6 100644 --- a/awx_collection/tools/README.md +++ b/awx_collection/tools/README.md @@ -19,8 +19,8 @@ It is intended as a tool for writing new modules or enforcing consistency. These instructions assume you have ansible-core and the collection installed. To install the collection in-place (to pick up any local changes to source) -the `make symlink_collection` will simplink the `awx_collection/` folder to -the approprate place under `~/.ansible/collections`. +the `make symlink_collection` will symlink the `awx_collection/` folder to +the appropriate place under `~/.ansible/collections`. This is a shortcut for quick validation of tests that bypasses `ansible-test`. To use this, you need the `~/.tower_cli.cfg` config file populated,