Skip to content

Commit cbf6643

Browse files
committed
Fixed typos.
1 parent c862c4a commit cbf6643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ While this can be useful for the user to adjust the value of environment
116116
variables to fit its needs, it can also be confusing and dangerous to keep all
117117
of them.
118118
119-
A good pratice is to set/keep only the variables that are needed for the
119+
A good practice is to set/keep only the variables that are needed for the
120120
container to behave as desired in a specific setup. If the value of variable is
121121
kept to its default value, it means that it can be removed. Keep in mind that
122122
all variables are optional, meaning that none of them is required for the
@@ -137,7 +137,7 @@ Removing environment variables that are not needed provides some advantages:
137137
on Synology, where an environment variable without value might not be
138138
allowed. This behavior is wrong: it's absolutely fine to have a variable
139139
without value. In fact, this container does have variables without value by
140-
default. Thus, removing uneeded variables is a good way to prevent
140+
default. Thus, removing unneeded variables is a good way to prevent
141141
deployment issue on these devices.
142142
143143
### Data Volumes

0 commit comments

Comments
 (0)