Skip to content

Commit 709fd4c

Browse files
authored
Spelling error
Change "beacause" to "because"
1 parent 7fdd2b7 commit 709fd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Quick example, with the default config.
189189
LDAP2_IP=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" $LDAP2_CID)
190190

191191
#Add the pair "ip hostname" to /etc/hosts on each containers,
192-
#beacause ldap.example.org and ldap2.example.org are fake hostnames
192+
#because ldap.example.org and ldap2.example.org are fake hostnames
193193
docker exec $LDAP_CID bash -c "echo $LDAP2_IP ldap2.example.org >> /etc/hosts"
194194
docker exec $LDAP2_CID bash -c "echo $LDAP_IP ldap.example.org >> /etc/hosts"
195195

0 commit comments

Comments
 (0)