Skip to content

Commit 99d82a5

Browse files
SagnikSRHUSEDaneEveritt
authored andcommitted
Little typo + grammar errors in the desc fixed (pterodactyl#1055)
1 parent fd62a04 commit 99d82a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/themes/pterodactyl/admin/servers/new.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
</div>
144144
</div>
145145
<div class="box-footer no-border no-pad-top no-pad-bottom">
146-
<p class="text-muted small">If you do not want to assign swap space to a server simply put <code>0</code> for the value, or <code>-1</code> to allow unlimited swap space. If you want to disable memory limiting on a server simply enter <code>0</code> into the memory field.<p>
146+
<p class="text-muted small">If you do not want to assign swap space to a server, simply put <code>0</code> for the value, or <code>-1</code> to allow unlimited swap space. If you want to disable memory limiting on a server, simply enter <code>0</code> into the memory field.<p>
147147
</div>
148148
<div class="box-body row">
149149
<div class="form-group col-sm-4">
@@ -169,7 +169,7 @@
169169
</div>
170170
</div>
171171
<div class="box-footer no-border no-pad-top no-pad-bottom">
172-
<p class="text-muted small">If you do not want to limit CPU usage set the value to <code>0</code>. To determine a value, take the number <em>physical</em> cores and multiply it by 100. For example, on a quad core system <code>(4 * 100 = 400)</code> there is <code>400%</code> available. To limit a server to using half of a single core, you would set the value to <code>50</code>. To allow a server to use up to two physical cores, set the value to <code>200</code>. BlockIO should be a value between <code>10</code> and <code>1000</code>. Please see <a href="https://docs.docker.com/engine/reference/run/#/block-io-bandwidth-blkio-constraint" target="_blank">this documentation</a> for more information about it.<p>
172+
<p class="text-muted small">If you do not want to limit CPU usage, set the value to <code>0</code>. To determine a value, take the number of <em>physical</em> cores and multiply it by 100. For example, on a quad core system <code>(4 * 100 = 400)</code> there is <code>400%</code> available. To limit a server to using half of a single core, you would set the value to <code>50</code>. To allow a server to use up to two physical cores, set the value to <code>200</code>. BlockIO should be a value between <code>10</code> and <code>1000</code>. Please see <a href="https://docs.docker.com/engine/reference/run/#/block-io-bandwidth-blkio-constraint" target="_blank">this documentation</a> for more information about it.<p>
173173
</div>
174174
</div>
175175
</div>
@@ -239,7 +239,7 @@
239239
<div class="form-group col-xs-12">
240240
<label for="pStartup">Startup Command</label>
241241
<input type="text" id="pStartup" value="{{ old('startup') }}" class="form-control" name="startup" />
242-
<p class="small text-muted no-margin">The following data replacers are avaliable for the startup command: <code>@{{SERVER_MEMORY}}</code>, <code>@{{SERVER_IP}}</code>, and <code>@{{SERVER_PORT}}</code>. They will be replaced with the allocated memory, server ip, and server port respectively.</p>
242+
<p class="small text-muted no-margin">The following data replacers are avaliable for the startup command: <code>@{{SERVER_MEMORY}}</code>, <code>@{{SERVER_IP}}</code>, and <code>@{{SERVER_PORT}}</code>. They will be replaced with the allocated memory, server IP, and server port respectively.</p>
243243
</div>
244244
</div>
245245
<div class="box-header with-border" style="margin-top:-10px;">

0 commit comments

Comments
 (0)