Skip to content

Commit b8522de

Browse files
Improve grammar.
Co-authored-by: Brian Scholer <[email protected]>
1 parent 8dd7656 commit b8522de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/antsibull_docs/data/docsite/plugin.rst.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ Positional parameters
211211
---------------------
212212

213213
{% if plugin_type == 'filter' %}
214-
This describes positional parameters of the filter. This are the values ``positional1``, ``positional2`` and so on in the following example: ``input | @{plugin_name}@(positional1, positional2, ...)``.
214+
This describes positional parameters of the filter. These are the values ``positional1``, ``positional2`` and so on in the following example: ``input | @{plugin_name}@(positional1, positional2, ...)``.
215215
{% elif plugin_type == 'test' %}
216-
This describes positional parameters of the test. This are the values ``positional1``, ``positional2`` and so on in the following examples: ``input is @{plugin_name}@(positional1, positional2, ...)`` and ``input is not @{plugin_name}@(positional1, positional2, ...)``.
216+
This describes positional parameters of the test. These are the values ``positional1``, ``positional2`` and so on in the following examples: ``input is @{plugin_name}@(positional1, positional2, ...)`` and ``input is not @{plugin_name}@(positional1, positional2, ...)``.
217217
{% endif %}
218218

219219
{% if use_html_blobs %}
@@ -237,9 +237,9 @@ Parameters
237237
{% endif %}
238238

239239
{% if plugin_type == 'filter' %}
240-
This describes keyword parameters of the filter. This are the values ``key1=value1``, ``key2=value2`` and so on in the following example: ``input | @{plugin_name}@(key1=value1, key2=value2, ...)``.
240+
This describes keyword parameters of the filter. These are the values ``key1=value1``, ``key2=value2`` and so on in the following example: ``input | @{plugin_name}@(key1=value1, key2=value2, ...)``.
241241
{% elif plugin_type == 'test' %}
242-
This describes keyword parameters of the test. This are the values ``key1=value1``, ``key2=value2`` and so on in the following examples: ``input is @{plugin_name}@(key1=value1, key2=value2, ...)`` and ``input is not @{plugin_name}@(key1=value1, key2=value2, ...)``.
242+
This describes keyword parameters of the test. These are the values ``key1=value1``, ``key2=value2`` and so on in the following examples: ``input is @{plugin_name}@(key1=value1, key2=value2, ...)`` and ``input is not @{plugin_name}@(key1=value1, key2=value2, ...)``.
243243
{% endif %}
244244

245245
{% if use_html_blobs %}

0 commit comments

Comments
 (0)