Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Sep 9, 2024
1 parent 1a4ff20 commit d9be541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h5>{{_('Actions')}} <a href="https://kizniche.github.io/Mycodo/Actions" target=
<div id="mod_function_actions_{{each_function.unique_id}}">
<div class="row small-gutters" style="border-bottom: 1px solid #ddd; padding: 0.3em">
<div class="col-12">
<strong>Usage:</strong>: <strong>self.run_all_actions()</strong> will sequentially execute all the actions below.
<strong>Usage</strong>: <strong>self.run_all_actions()</strong> will sequentially execute all the actions below.
</div>
</div>
{% for each_action in action if each_action.function_id == each_function.unique_id %}
Expand Down

0 comments on commit d9be541

Please sign in to comment.