Skip to content

Commit

Permalink
Update css-syntax-error.d.ts
Browse files Browse the repository at this point in the history
Fixed description of `CssSyntaxError#source`.
  • Loading branch information
Yuriy-Svetlov committed Apr 21, 2021
1 parent 6610eda commit 71a95f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/css-syntax-error.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class CssSyntaxError {
*
* ```js
* error.source //=> 'a { b {} }'
* error.input.column //=> 'a b { }'
* error.input.source //=> 'a b { }'
* ```
*/
source?: string
Expand Down

0 comments on commit 71a95f2

Please sign in to comment.