Skip to content

Commit

Permalink
docs(component): fix misspelllings (#5019)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maysjtu authored and gkatsev committed Mar 15, 2018
1 parent 1532df3 commit ebbe868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ class Component {
triggerReady() {
this.isReady_ = true;

// Ensure ready is triggerd asynchronously
// Ensure ready is triggered asynchronously
this.setTimeout(function() {
const readyQueue = this.readyQueue_;

Expand Down

0 comments on commit ebbe868

Please sign in to comment.