diff --git a/lib/container.d.ts b/lib/container.d.ts index 4938cf63e..cdd69d2d9 100644 --- a/lib/container.d.ts +++ b/lib/container.d.ts @@ -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.