From cc98e59652f22c723fac0308199cff5a42ad49ce Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Wed, 24 Jul 2019 20:57:00 +0530 Subject: [PATCH] Fixed typo behing -> behind [ci skip] (#2194) --- docs/webpack-dev-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webpack-dev-server.md b/docs/webpack-dev-server.md index 09d557182..0bac0f287 100644 --- a/docs/webpack-dev-server.md +++ b/docs/webpack-dev-server.md @@ -38,7 +38,7 @@ If you use Nginx in development to proxy requests to your Rails server from another domain, like `myapp.dev`, the Webpacker middleware will be able to forward requests for "packs" to the webpack dev server. -If you're using `inline` mode behing Nginx, you may also need to provide the +If you're using `inline` mode behind Nginx, you may also need to provide the hostname to webpack dev server so it can initiate the websocket connection for live reloading ([Webpack docs](https://webpack.js.org/configuration/dev-server/#devserver-public)).