Skip to content

Commit

Permalink
Fix documentation in typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Jan 15, 2018
1 parent 6b79474 commit bc95c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/lib/utils/templatize.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ declare namespace Polymer {
/**
* Returns an anonymous `Polymer.PropertyEffects` class bound to the
* `<template>` provided. Instancing the class will result in the
* template being stamped into document fragment stored as the instance's
* template being stamped into a document fragment stored as the instance's
* `root` property, after which it can be appended to the DOM.
*
* Templates may utilize all Polymer data-binding features as well as
Expand Down

0 comments on commit bc95c5a

Please sign in to comment.