diff --git a/hooks/pre_gen_project.py b/hooks/pre_gen_project.py index 1316346dd..c4f64c737 100644 --- a/hooks/pre_gen_project.py +++ b/hooks/pre_gen_project.py @@ -80,7 +80,7 @@ if ( and "{{ cookiecutter.use_nginx_for_serve_media_files }}".lower() == "y" ): print( - "You should either use AWS, GCP or local docker nginx instance for serve media files." + "You should either use AWS, GCP, or local docker nginx instance for serve media files." ) sys.exit(1)