diff options
author | Bill Nottingham <notting@splat.cc> | 2021-04-30 20:14:38 +0200 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2021-04-30 20:32:05 +0200 |
commit | c8cf28f266f674ea4cd0096886a0827f629cffac (patch) | |
tree | fc36dfa4e54af3a88e92b5cd71e708d47926a241 /API_STANDARDS.md | |
parent | Merge pull request #10062 from shanemcd/fix-ee-cg (diff) | |
download | awx-c8cf28f266f674ea4cd0096886a0827f629cffac.tar.xz awx-c8cf28f266f674ea4cd0096886a0827f629cffac.zip |
Assorted renaming and string changes
Diffstat (limited to 'API_STANDARDS.md')
-rw-r--r-- | API_STANDARDS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/API_STANDARDS.md b/API_STANDARDS.md index 469fef585d..19248f06ec 100644 --- a/API_STANDARDS.md +++ b/API_STANDARDS.md @@ -1,7 +1,7 @@ Coding Standards and Practices ============================== -This is not meant to be a style document so much as a practices document for ensuring performance and convention in the Ansible Tower API. +This is not meant to be a style document so much as a practices document for ensuring performance and convention in the AWX API. Paginate Everything =================== |