Skip to content

Commit

Permalink
Fixed typo behing -> behind [ci skip] (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaynikam authored and jakeNiemiec committed Jul 24, 2019
1 parent 2c2b9ff commit cc98e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/webpack-dev-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down

0 comments on commit cc98e59

Please sign in to comment.