mirror of https://github.com/zulip/zulip.git
docs: Remove spaces before commas.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
541d3ffa06
commit
ed069ebe0e
|
@ -367,8 +367,8 @@
|
|||
discussion work!
|
||||
</blockquote>
|
||||
<div class="author">
|
||||
— <a href="https://github.com/matklad/">Aleksey Kladov</a>
|
||||
, Senior software engineer, NEAR Protocol
|
||||
— <a href="https://github.com/matklad/">Aleksey Kladov</a>,
|
||||
Senior software engineer, NEAR Protocol
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -6,7 +6,7 @@ Below are the events that {{ integration_display_name }} bot supports:
|
|||
|
||||
{% set comma = joiner(", ") %}
|
||||
|
||||
{% for event_type in all_event_types %} {{- comma() -}} `{{ event_type }}` {% endfor %}
|
||||
{% for event_type in all_event_types -%} {{- comma() -}} `{{ event_type }}` {%- endfor %}
|
||||
|
||||
Note that you can also use UNIX-style wildcards like `*` to include
|
||||
multiple events. E.g., `test*` matches every event that starts with
|
||||
|
|
Loading…
Reference in New Issue