Skip to content

Commit 0be8dc5

Browse files
authored
Mistyped words
1 parent 9773ce4 commit 0be8dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/admin/servers/view/build.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<input type="text" name="memory" data-multiplicator="true" class="form-control" value="{{ old('memory', $server->memory) }}"/>
6767
<span class="input-group-addon">MB</span>
6868
</div>
69-
<p class="text-muted small">The maximum amount of memory allowed for this container. Setting this to <code>0</code> will allow unlimited memorry in a container.</p>
69+
<p class="text-muted small">The maximum amount of memory allowed for this container. Setting this to <code>0</code> will allow unlimited memory in a container.</p>
7070
</div>
7171
<div class="form-group">
7272
<label for="swap" class="control-label">Allocated Swap</label>

0 commit comments

Comments
 (0)