From c4efb769155d99209216449e19ed5803896eac7b Mon Sep 17 00:00:00 2001 From: Lav Radis Date: Sat, 20 Apr 2019 22:58:02 +0200 Subject: [PATCH] minor error minor error --- documents/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/build.md b/documents/build.md index 38ea17e..59f259d 100644 --- a/documents/build.md +++ b/documents/build.md @@ -154,7 +154,7 @@ npm run dev ##### Other Applications -Who needs JavaScript? If performance is your number one goal, you probably won't want to use Electron. You can use any language you want to build and app on LBRY. +Who needs JavaScript? If performance is your number one goal, you probably won't want to use Electron. You can use any language you want to build an app on LBRY. To build a desktop application in your language or framework of choice, follow your typical steps to create a basic application and then [follow the steps for using the LBRY SDK](#sdk).