Skip to content

Commit

Permalink
style: typo fix amendments (#22975)
Browse files Browse the repository at this point in the history
PR Close #22975
  • Loading branch information
vlajos authored and matsko committed Mar 27, 2018
1 parent de90314 commit 0ebdb3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aio/src/assets/js/prettify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/compiler/src/expression_parser/parser.ts
Expand Up @@ -670,7 +670,7 @@ export class _ParseAST {
}

/**
* An identifier, a keyword, a string with an optional `-` between.
* An identifier, a keyword, a string with an optional `-` in between.
*/
expectTemplateBindingKey(): string {
let result = '';
Expand Down

0 comments on commit 0ebdb3d

Please sign in to comment.