ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14.06k stars 3.42k forks source link

Propose a few spelling corrections to the markdown #966

Closed jeis2497052 closed 6 years ago

jeis2497052 commented 6 years ago
ISSUE TYPE
COMPONENT NAME
SUMMARY

I propose a few spelling corrections listed below

diff --git a/docs/clustering.md b/docs/clustering.md
index df52cbadd..84245c7d7 100644
--- a/docs/clustering.md
+++ b/docs/clustering.md
@@ -60,7 +60,7 @@ The current standalone instance configuration doesn't change for a 3.1+ deploy.
   hostD

diff --git a/docs/custom_credential_types.md b/docs/custom_credential_types.md index c1b538756..905c43aa7 100644 --- a/docs/custom_credential_types.md +++ b/docs/custom_credential_types.md @@ -255,7 +255,7 @@ endpoint: }

-API Backwards Compatability +API Backwards Compatibility

/api/v1/credentials/ still exists in Tower 3.2, and it transparently works as diff --git a/docs/inventory_refresh.md b/docs/inventory_refresh.md index a623840ed..250bb4e17 100644 --- a/docs/inventory_refresh.md +++ b/docs/inventory_refresh.md @@ -18,7 +18,7 @@ facts and are per-host. These stored facts can be used to filter hosts via the /api/v2/hosts endpoint, using the GET query parameter host_filter i.e. /api/v2/hosts?host_filter=ansible_facts__ansible_processor_vcpus=8

-The grammer of host_filter allows for: +The grammar of host_filter allows for:

-### Acceptance Critera +### Acceptance Criteria When verifying acceptance we should ensure the following statements are true: ``

diff --git a/docs/rbac.md b/docs/rbac.md index c0bcb6860..540729e24 100644 --- a/docs/rbac.md +++ b/docs/rbac.md @@ -9,7 +9,7 @@ The intended audience of this document is the Ansible Tower developer.

There are three main concepts to be familiar with, Roles, Resources, and Users. Users can be members of a role, which gives them certain access to any -resources associated with that role, or any resources associated with "descendent" +resources associated with that role, or any resources associated with "descendant" roles.

For example, if I have an organization named "MyCompany" and I want to allow @@ -72,7 +72,7 @@ The RBAC system defines a few new models. These models represent the underlying

visible_roles(cls, user)

-visible_roles is a class method that will lookup all of the Role instances a user can "see". This includes any roles the user is a direct decendent of as well as any ancestor roles. +visible_roles is a class method that will lookup all of the Role instances a user can "see". This includes any roles the user is a direct decedent of as well as any ancestor roles.

singleton(cls, name)

diff --git a/docs/task_manager_system.md b/docs/task_manager_system.md index 4d1dd8dae..3b983fe15 100644 --- a/docs/task_manager_system.md +++ b/docs/task_manager_system.md @@ -6,11 +6,11 @@ Independent jobs are ran in order of creation time, earliest first. Jobs with de

Task Manager Architecture

e(). dule().

Hybrid Scheduler: Periodic + Event

in the present and future, that change the 3 scheduling considerations for which we should call schedule() (i.e. adding new nodes to tower changes the capacity, obscure job error handling that fails a job)



##### ENVIRONMENT
* AWX version: X.Y.Z
* AWX install method: openshift, minishift, docker on linux, docker for mac, boot2docker
* Ansible version:  X.Y.Z
* Operating System:
* Web Browser:

##### STEPS TO REPRODUCE

<!-- For bugs, please show exactly how to reproduce the problem. For new
features, show how the feature would be used.  -->

##### EXPECTED RESULTS

<!-- For bug reports, what did you expect to happen when running the steps
above? -->

##### ACTUAL RESULTS

<!-- For bug reports, what actually happened? -->

##### ADDITIONAL INFORMATION

<!-- Include any links to sosreport, database dumps, screenshots or other
information. -->
wenottingham commented 6 years ago

Can you send this diff as an actual pull request?

ryanpetrello commented 6 years ago

related: https://github.com/ansible/awx/pull/997

matburt commented 6 years ago

Submit a PR for improvements. This doesn't need an issue, closing.