Pārlūkot izejas kodu

Merge pull request #3591 from staticshock/togather

Fix a typo (togather -> together)
Aanand Prasad 9 gadi atpakaļ
vecāks
revīzija
98818d4e50
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compose/cli/main.py

+ 1 - 1
compose/cli/main.py

@@ -665,7 +665,7 @@ class TopLevelCommand(object):
         if options['--publish'] and options['--service-ports']:
             raise UserError(
                 'Service port mapping and manual port mapping '
-                'can not be used togather'
+                'can not be used together'
             )
 
         if options['COMMAND']: