소스 검색

fix typo (#377)

* Add how to create VAPID_PRIVATE_KEY and VAPID_PUBLIC_KEY

* fix typo
cybergene 6 년 전
부모
커밋
735392fcbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Running-Mastodon/Docker-Guide.md

+ 1 - 1
Running-Mastodon/Docker-Guide.md

@@ -41,7 +41,7 @@ Now the image can be used to generate secrets. Run the command below for each of
 
     docker-compose run --rm web rake secret
 
-To enable Web Push notifications, you should generate a few extra secrets and put them into your `.env.production` file. Run Command below below for each of `VAPID_PRIVATE_KEY` and `VAPID_PUBLIC_KEY` then copy the result into the `.env.production` file: 
+To enable Web Push notifications, you should generate a few extra secrets and put them into your `.env.production` file. Run Command below for each of `VAPID_PRIVATE_KEY` and `VAPID_PUBLIC_KEY` then copy the result into the `.env.production` file: 
 
     docker-compose run --rm web rake mastodon:webpush:generate_vapid_key