Skip to content

Commit 9de87df

Browse files
authored
Swap expected and actual for image-file-kebab-case content linter (#49186)
1 parent 1c5fac9 commit 9de87df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content-linter/lib/linting-rules/image-file-kebab-case.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const imageFileKebabCase = {
1515
addFixErrorDetail(
1616
onError,
1717
token.lineNumber,
18-
imageFileName,
1918
suggestedFileName,
19+
imageFileName,
2020
[token.line.indexOf(imageFileName) + 1, imageFileName.length],
2121
null, // Todo add fix
2222
)

0 commit comments

Comments
 (0)