https://github.com/angular/angular
Revision 0dfb4e8c8b7059be368632d8f0697655b79bf504 authored by dario-piotrowicz on 17 July 2021, 09:53:26 UTC, committed by Alex Rickabaugh on 20 July 2021, 00:13:46 UTC
fix the typo "mean't" in the transition_animation_engine spec file
to "meant" (the typo is simply in a code comment so the change
does not have any impact)

PR Close #42763
1 parent 97fa1cf
Raw File
Tip revision: 0dfb4e8c8b7059be368632d8f0697655b79bf504 authored by dario-piotrowicz on 17 July 2021, 09:53:26 UTC
refactor(animations): fix typo in transition animations spec file (#42763)
Tip revision: 0dfb4e8
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "dev-infra/**/*",
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*"
  ]
}
back to top