mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Fixed spelling issue found in job_templates.limit help.
This commit is contained in:
@@ -157,7 +157,7 @@ angular.module('JobTemplateFormDefinition', [])
|
|||||||
column: 1,
|
column: 1,
|
||||||
awPopOver: "<p>Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. " +
|
awPopOver: "<p>Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. " +
|
||||||
"Multiple patterns can be separated by ; : or ,</p><p>For more information and examples see " +
|
"Multiple patterns can be separated by ; : or ,</p><p>For more information and examples see " +
|
||||||
"<a href=\"http://docs.ansible.com/intro_patterns.html\" target=\"_blank\">the Patters topic at docs.ansible.com</a>.</p>",
|
"<a href=\"http://docs.ansible.com/intro_patterns.html\" target=\"_blank\">the Patterns topic at docs.ansible.com</a>.</p>",
|
||||||
dataTitle: 'Limit',
|
dataTitle: 'Limit',
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: "body"
|
dataContainer: "body"
|
||||||
|
|||||||
Reference in New Issue
Block a user