Skip to content

Commit 16a9724

Browse files
ancyrwebgaearon
authored andcommitted
Corrected a typo in the comments of start.js (#663)
1 parent 310ab8a commit 16a9724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/start.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function runDevServer(port, protocol) {
253253
// to use Webpack for importing assets in the code, so we don't need to
254254
// additionally serve files by their filenames. Otherwise, even if it
255255
// works in development, those files will be missing in production, unless
256-
// we explicitly copy them. But even if we copy the all the files into
256+
// we explicitly copy them. But even if we copy all the files into
257257
// the build output (which doesn't seem to be wise because it may contain
258258
// private information such as files with API keys, for example), we would
259259
// still have a problem. Since the filenames would be the same every time,

0 commit comments

Comments
 (0)