Skip to content

Commit

Permalink
Merge pull request #1525 from inokawa/patch-1
Browse files Browse the repository at this point in the history
Fix typo in doc
  • Loading branch information
ai committed Feb 10, 2021
2 parents 416b3b9 + 35865b8 commit faac7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/container.d.ts
Expand Up @@ -298,7 +298,7 @@ export default abstract class Container extends Node {
* Add child to the end of the node.
*
* ```js
* rule.push(new Declaration({ prop: 'color', value: 'black' }}))
* rule.push(new Declaration({ prop: 'color', value: 'black' }))
* ```
*
* @param child New node.
Expand Down

0 comments on commit faac7d0

Please sign in to comment.