Skip to content

Commit

Permalink
Fixed some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jul 17, 2020
1 parent 5ac3fd4 commit f4ea5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baseimagedefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ long-lived application.
</environment_variable>
<environment_variable>
<name>KEEP_APP_RUNNING</name>
<description>When set to `1`, the application will be automatically restarted if it crashes or if user quits it.</description>
<description>When set to `1`, the application will be automatically restarted if it crashes or if a user quits it.</description>
<default>0</default>
</environment_variable>
<environment_variable>
Expand All @@ -264,7 +264,7 @@ long-lived application.
</environment_variable>
<environment_variable>
<name>CLEAN_TMP_DIR</name>
<description>When set to `1`, all files in the `/tmp` directory are delete during the container startup.</description>
<description>When set to `1`, all files in the `/tmp` directory are deleted during the container startup.</description>
<default>1</default>
</environment_variable>
</environment_variables>
Expand Down

0 comments on commit f4ea5af

Please sign in to comment.