Skip to content

Commit 38de2d1

Browse files
committed
Fixed spelling
@YouveGotMeowxy
1 parent 3014d73 commit 38de2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/config/config.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ function text($key){
385385
<input value="debug" name="type" style="display:none;" type="text" required>
386386
<input value="debug" name="entry" style="display:none;" type="text" required>
387387
<h5 style="margin-top:50px">Debug mode</h5>
388-
<p class="text-muted">Should be disabled in a production environment. Usefull for debugging during setup.</p>
388+
<p class="text-muted">Should be disabled in a production environment. Useful for debugging during setup.</p>
389389
<div class="input-group">
390390
<div class="row toggle-btn"><input name="toggle" class="switch toggle-btn" type="checkbox" id="toggle-debug" <?php if(EnvEditor::getKey('APP_DEBUG') == 'false'){echo '/>';}else{echo 'checked>';} ?> <label for="toggle-debug" class="label txt-label">Enable</label></div>
391391
</div></div>

0 commit comments

Comments
 (0)