From f73fd4ec2910c8ad3f94853f3b9fde3cdab3a65c Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Mon, 30 Jan 2017 21:27:28 -0500 Subject: [PATCH] get grammer gooder --- docs/topics/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/web.md b/docs/topics/web.md index dde94ad17..3e0e83837 100644 --- a/docs/topics/web.md +++ b/docs/topics/web.md @@ -1,7 +1,7 @@ # Web builds In addition to your usual Node applications, discord.js has special distributions available that are capable of running in web browsers. This is useful for client-side web apps that need to interact with the Discord API. -[Webpack 2](https://webpack.js.org/) is used to generate these builds +[Webpack 2](https://webpack.js.org/) is used to build these. ## Usage You can obtain your desired version of discord.js' web build from the [webpack branch](https://github.com/hydrabolt/discord.js/tree/webpack) of the GitHub repository.