Skip to content

Commit

Permalink
docs(package): fix grammar in integrating-into-framework doc (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matty Goo authored Jan 23, 2018
1 parent b32d013 commit 20f93a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrating-into-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ In order to implement a component via a foundation, take the following steps:

1. Include the component's CSS on the page any way you wish
2. Add an instance property to your component which will be set to the proper foundation class.
We'll calls this `mdcFoundation`.
We'll call this `mdcFoundation`.
3. Instantiate a foundation class, passing it a properly configured adapter as an argument
4. When your component is initialized, call `mdcFoundation.init()`
5. When your component is destroyed, call `mdcFoundation.destroy()`
Expand Down

0 comments on commit 20f93a5

Please sign in to comment.