소스 검색

Update whatsnew-4.0.rst (#3569)

## Description

Under the `Lowercase setting names` section, the second part of the second paragraph read as:

> like you to upgrade as soon as possible and you can this automatically using

The word `do` has been added between `can` and `this`:

> like you to upgrade as soon as possible and you can **do** this automatically using
Steven Johns 8 년 전
부모
커밋
b8fa241a61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/whatsnew-4.0.rst

+ 1 - 1
docs/whatsnew-4.0.rst

@@ -376,7 +376,7 @@ lowercase and some setting names have been renamed for consistency.
 
 This change is fully backwards compatible so you can still use the uppercase
 setting names, but we would like you to upgrade as soon as possible and
-you can this automatically using the :program:`celery upgrade settings`
+you can do this automatically using the :program:`celery upgrade settings`
 command:
 
 .. code-block:: console