Skip to content

Commit 1aeb6db

Browse files
Fix typo in readme
Closes GH-10. Reviewed-by: Titus Wormer <[email protected]>
1 parent 8255273 commit 1aeb6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Configuration (TypeScript type).
149149
— style of quotes to use
150150
* `smart` (`Array<string>`, default: `['“”', '‘’']`)
151151
— list of quotes to see as “smart”
152-
* `smart` (`Array<string>`, default: `['"', "'"]`)
152+
* `straight` (`Array<string>`, default: `['"', "'"]`)
153153
— list of quotes to see as “straight”
154154

155155
## Messages

0 commit comments

Comments
 (0)