Skip to content

Commit

Permalink
Replace ‘ and ' with '
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiri authored and tgross committed Feb 5, 2021
1 parent fee2802 commit 79e3c3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions website/content/partials/envvars.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<code>NOMAD_SECRETS_DIR</code>
</td>
<td>
Path to the task&lsquo;s secrets directory. See
Path to the task's secrets directory. See
<a href="/docs/runtime/environment#task-directories">here</a> for more information.
</td>
</tr>
Expand Down Expand Up @@ -73,34 +73,34 @@
<td>
<code>NOMAD_TASK_NAME</code>
</td>
<td>Task&lsquo;s name</td>
<td>Task's name</td>
</tr>
<tr>
<td>
<code>NOMAD_GROUP_NAME</code>
</td>
<td>Group&lsquo;s name</td>
<td>Group's name</td>
</tr>
<tr>
<td>
<code>NOMAD_JOB_ID</code>
</td>
<td>
Job&lsquo;s ID, which is equal to the Job name when submitted through
Job's ID, which is equal to the Job name when submitted through
CLI but can be different when using the API
</td>
</tr>
<tr>
<td>
<code>NOMAD_JOB_NAME</code>
</td>
<td>Job&lsquo;s name</td>
<td>Job's name</td>
</tr>
<tr>
<td>
<code>NOMAD_JOB_PARENT_ID</code>
</td>
<td>ID of the Job&lsquo;s parent if it has one</td>
<td>ID of the Job's parent if it has one</td>
</tr>
<tr>
<td>
Expand All @@ -125,20 +125,20 @@
<code>NOMAD_META_&lt;key&gt;</code>
</td>
<td>
The metadata value given by <code>key</code> on the task&lsquo;s
The metadata value given by <code>key</code> on the task's
metadata. Note that this is different from
<a href="/docs/runtime/interpolation#node-variables-">
<code>$&#123;meta.&lt;key&gt;&#125;</code>
</a>
which are keys in the node&lsquo;s metadata.
which are keys in the node's metadata.
</td>
</tr>
<tr>
<td>
<code>VAULT_TOKEN</code>
</td>
<td>
The task&lsquo;s Vault token. See
The task's Vault token. See
<a href="/docs/vault-integration">Vault Integration</a>
for more details
</td>
Expand All @@ -161,7 +161,7 @@
</td>
<td>
Port for the given port <code>label</code>. Driver-specified port when a
port map is used, otherwise the host&lsquo;s static or dynamic port
port map is used, otherwise the host's static or dynamic port
allocation. Services should bind to this port. See
<a href="/docs/job-specification/network">here for more</a> information.
</td>
Expand Down Expand Up @@ -200,7 +200,7 @@
<td>
Port for the given port <code>label</code> and <code>task</code> for
tasks in the same task group. Driver-specified port when a port map is
used, otherwise the host&lsquo;s static or dynamic port allocation.
used, otherwise the host's static or dynamic port allocation.
Services should bind to this port.
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion website/pages/community/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ResourcesPage() {
</p>
<p>
This is a collection of resources for joining our community and
learning Nomad&apos;s real world use-cases.
learning Nomad's real world use-cases.
</p>
<p>
<strong>Discussion Forum</strong>
Expand Down
2 changes: 1 addition & 1 deletion website/pages/not-found/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function NotFound() {
<div className={s.root}>
<h1>Page Not Found</h1>
<p>
We&lsquo;re sorry but we can&lsquo;t find the page you&lsquo;re looking
We're sorry but we can't find the page you're looking
for.
</p>
<p>
Expand Down

0 comments on commit 79e3c3a

Please sign in to comment.