Skip to content

Commit 47a7eb4

Browse files
AndyOGoshellscape
authored andcommitted
docs: fix comment type (shellscape#78)
* docs: fix comment type * docs: renamed to variables
1 parent ed60897 commit 47a7eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Comment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If `true`, indicates that the type of comment is "inline," or a comment that beg
1111

1212
### `type`
1313
Type: `String`
14-
Value: `'func'`
14+
Value: `'comment'`
1515

1616
### `value`
1717
Type: `String`<br>

docs/Exports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Default: `false`
3131
Set this option to enable parsing of interpolated values for languages such as SCSS. For example:
3232
`interpolation: { prefix: '@' }` will allow parsing of the interpolated value `@{batman}` which uses `@` as the "prefix". For SCSS one might use `interpolation: { prefix: '#' }`.
3333

34-
##### `interpolation`
34+
##### `variables`
3535
Type: `Object`<br>
3636
Default: `{ prefixes: ['--'] }`
3737

0 commit comments

Comments
 (0)