We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907f378 commit 07d1d58Copy full SHA for 07d1d58
lib/utils/getSocketServerImplementation.js
@@ -29,7 +29,7 @@ function getSocketServerImplementation(options) {
29
30
if (!serverImplFound) {
31
throw new Error(
32
- "serverMode must be a string denoting a default implementation (eg. 'sockjs'), a full path to " +
+ "serverMode must be a string denoting a default implementation (e.g. 'sockjs'), a full path to " +
33
'a JS file which exports a class extending BaseServer (webpack-dev-server/lib/servers/BaseServer) ' +
34
'via require.resolve(...), or the class itself which extends BaseServer'
35
);
0 commit comments