Skip to content

Commit

Permalink
Merge pull request #5036 from bradenterpstra01/development
Browse files Browse the repository at this point in the history
Fixed incorrect code shortcut reference
  • Loading branch information
ssddanbrown authored Jun 9, 2024
2 parents 4986f00 + 8759fff commit f18d42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/help/wysiwyg.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@
</tr>
<tr>
<td>
<code>Ctrl</code>+<code>Shift</code>+<code>8</code><br>
<code>Ctrl</code>+<code>8</code><br>
<code>Ctrl</code>+<code>Shift</code>+<code>E</code>
</td>
<td>
<code>Cmd</code>+<code>Shift</code>+<code>8</code><br>
<code>Cmd</code>+<code>8</code><br>
<code>Cmd</code>+<code>Shift</code>+<code>E</code>
</td>
<td>{{ trans('editor.inline_code') }}</td>
Expand Down

0 comments on commit f18d42f

Please sign in to comment.