Skip to content

Commit 05e7b8b

Browse files
authored
Merge pull request #57 from Gelmo/patch-1
Correct typos in exclusion_rules.phtml
2 parents f222f8b + ded55b4 commit 05e7b8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

view/adminhtml/templates/exclusion_rules.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="methods" >
1010
<fieldset class="method-container" >
1111
<h3>Excluded Routes</h3>
12-
<p>New line separated values. The following formats are valid: <code>[route]/[module]/[controller]/[action]</code>, <code>[route]/[module]/[controller]</code>, <code>[route]/[module]</code>, and <code>[route]</code>.</p>
12+
<p>Newline-separated values. The following formats are valid: <code>[route]/[module]/[controller]/[action]</code>, <code>[route]/[module]/[controller]</code>, <code>[route]/[module]</code>, and <code>[route]</code>.</p>
1313
<textarea name="excluded_routes" ><?= implode ( "\n", $block->helper->getExcludedRoutes () ) ?></textarea>
1414
<div class="tray-labels" >
1515
<div data-tray="debug-headers" >Debug Headers <span>&blacktriangleright;</span></div>
@@ -58,7 +58,7 @@
5858
<div class="methods" >
5959
<fieldset class="method-container" >
6060
<h3>Excluded Paths (Wildcard Pattern)</h3>
61-
<p>New line separated values. Wildcard patterns must start with a <code>/</code> and must match the full path. Using two <code>**</code> will match across multiple slash seperated segments, while using one will match up until the first slash seperated segment.</p>
61+
<p>Newline-separated values. Wildcard patterns must start with a <code>/</code> and must match the full path. Using two <code>**</code> will match across multiple slash-separated segments, while using one will match up until the first slash-separated segment.</p>
6262
<textarea name="excluded_wildcard_patterns" ><?= implode ( "\n", $block->helper->getExcludedWildcardPatterns () ) ?></textarea>
6363
<div class="tray-labels" >
6464
<div data-tray="debug-headers" >Debug Headers <span>&blacktriangleright;</span></div>
@@ -111,7 +111,7 @@
111111
<div class="methods" >
112112
<fieldset class="method-container" >
113113
<h3>Excluded URLs (RegExp Pattern)</h3>
114-
<p>New line separated values. Regular expression patterns match against the full URL. Use anchors (<code>^</code> & <code>$</code>) exhaustively, since the risk of overmatching without them is high.</p>
114+
<p>Newline-separated values. Regular expression patterns match against the full URL. Use anchors (<code>^</code> & <code>$</code>) exhaustively, since the risk of overmatching without them is high.</p>
115115
<textarea name="excluded_regexp_patterns" ><?= implode ( "\n", $block->helper->getExcludedRegExpPatterns () ) ?></textarea>
116116
<div class="tray-labels" >
117117
<div data-tray="debug-headers" >Debug Headers <span>&blacktriangleright;</span></div>

0 commit comments

Comments
 (0)