build(platform-browser): fix typo

fixes #19033
This commit is contained in:
Victor Berchet 2017-09-06 11:34:41 -07:00 committed by Matias Niemelä
parent c056b8c7f1
commit 818f6dbe9e
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@
"annotateForClosureCompiler": true, "annotateForClosureCompiler": true,
"strictMetadataEmit": true, "strictMetadataEmit": true,
"flatModuleOutFile": "index.js", "flatModuleOutFile": "index.js",
"flatModuleId": "@angular/platform-browser-dymamic/testing" "flatModuleId": "@angular/platform-browser-dynamic/testing"
} }
} }