Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jun 22, 2023
1 parent 035f5f0 commit 45954d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ While this can be useful for the user to adjust the value of environment
variables to fit its needs, it can also be confusing and dangerous to keep all
of them.
A good pratice is to set/keep only the variables that are needed for the
A good practice is to set/keep only the variables that are needed for the
container to behave as desired in a specific setup. If the value of variable is
kept to its default value, it means that it can be removed. Keep in mind that
all variables are optional, meaning that none of them is required for the
Expand All @@ -159,7 +159,7 @@ Removing environment variables that are not needed provides some advantages:
on Synology, where an environment variable without value might not be
allowed. This behavior is wrong: it's absolutely fine to have a variable
without value. In fact, this container does have variables without value by
default. Thus, removing uneeded variables is a good way to prevent
default. Thus, removing unneeded variables is a good way to prevent
deployment issue on these devices.
### Data Volumes
Expand Down

0 comments on commit 45954d3

Please sign in to comment.