docs: fix simple typo, containe -> container (#3015)

There is a small typo in docker/types/services.py.

Should read `container` rather than `containe`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
This commit is contained in:
Tim Gates 2022-07-28 22:30:40 +10:00 committed by GitHub
parent acdafbc116
commit d2d097efbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ class UpdateConfig(dict):
class RollbackConfig(UpdateConfig):
"""
Used to specify the way containe rollbacks should be performed by a service
Used to specify the way container rollbacks should be performed by a service
Args:
parallelism (int): Maximum number of tasks to be rolled back in one