diff --git a/docs/tutorial/tutorial-5-packaging.md b/docs/tutorial/tutorial-5-packaging.md index d803035675c9..b917bbe58da1 100644 --- a/docs/tutorial/tutorial-5-packaging.md +++ b/docs/tutorial/tutorial-5-packaging.md @@ -127,8 +127,7 @@ documentation. ## Important: signing your code -In order to distribute desktop applications to end users, we _highly recommended_ for you -to **code sign** your Electron app. Code signing is an important part of shipping +In order to distribute desktop applications to end users, we _highly recommend_ that you **code sign** your Electron app. Code signing is an important part of shipping desktop applications, and is mandatory for the auto-update step in the final part of the tutorial.