Browse Source

chore: fix test command in docs

Samuel Attard 6 years ago
parent
commit
55765424f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/development/upgrading-chromium.md

+ 1 - 1
docs/development/upgrading-chromium.md

@@ -97,7 +97,7 @@ This is an overview of the steps needed to upgrade Chromium in Electron.
 - Add more build flags to disable features in build-time.
 
 When a Debug build of Electron succeeds, run the tests:
-`$ npm run tst`
+`$ npm run test`
 Fix the failing tests.
 
 Follow all the steps above to fix Electron code on all supported platforms.