From 3815ed8af4082e48eaeed5b59f0b9ac3e0e3ab03 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 12 Aug 2017 01:18:34 +0200 Subject: [PATCH] Fixed a typo --- docs/tutorial/updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/updates.md b/docs/tutorial/updates.md index 740503fe1d57..11550c636963 100644 --- a/docs/tutorial/updates.md +++ b/docs/tutorial/updates.md @@ -12,7 +12,7 @@ Depending on your needs, you can choose from one of these: - [Nuts](https://github.com/GitbookIO/nuts) – Also uses [GitHub Releases](https://help.github.com/articles/creating-releases/), but caches app updates on disk - [electron-release-server](https://github.com/ArekSredzki/electron-release-server) – Provides you with a dashboard for handling releases -## Implemeting Updates into Your App +## Implementing Updates into Your App Once you've deployed your update server, continue with importing the required modules in your code (please ensure that the code below will only be executed in production - you can use [electron-is-dev](https://github.com/sindresorhus/electron-is-dev) for that):