diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2023-05-08 16:47:07 +0200 |
---|---|---|
committer | Abhijeet Kasurde <akasurde@redhat.com> | 2023-05-08 16:47:07 +0200 |
commit | 7d1ee37689e7ef58739d810025aa6bc6c83e0cdb (patch) | |
tree | abf068171448bebeb8387c70cce2215704877bfc | |
parent | Set receptor log level to info (#13958) (diff) | |
download | awx-7d1ee37689e7ef58739d810025aa6bc6c83e0cdb.tar.xz awx-7d1ee37689e7ef58739d810025aa6bc6c83e0cdb.zip |
Minor typo fix in docs
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
-rw-r--r-- | docs/overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/overview.md b/docs/overview.md index f410b2bdc2..f2ec7e738d 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -110,7 +110,7 @@ processes it spawns. This allows Ansible events to be captured and persisted into the AWX database; this process is what drives the "streaming" web UI you'll see if you launch a job from the AWX web interface and watch its results appears on the screen. AWX relies on stability in this plugin interface, the -heirarchy of emitted events based on strategy, and _especially_ the structure +hierarchy of emitted events based on strategy, and _especially_ the structure of event data to work across Ansible releases: ![Event Data Diagram](https://user-images.githubusercontent.com/722880/35641610-ae7f1dea-068e-11e8-84fb-0f96043d53e4.png) |