docs: Remove spaces before commas.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-02-22 16:40:19 -08:00 committed by Tim Abbott
parent 541d3ffa06
commit ed069ebe0e
9 changed files with 10 additions and 10 deletions

View File

@ -367,8 +367,8 @@
discussion work!
</blockquote>
<div class="author">
&mdash; <a href="https://github.com/matklad/">Aleksey Kladov</a>
, Senior software engineer, NEAR Protocol
&mdash; <a href="https://github.com/matklad/">Aleksey Kladov</a>,
Senior software engineer, NEAR Protocol
</div>
</div>
</div>

View File

@ -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