Skip to content

Commit

Permalink
fix(rule): fix dict path
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 19, 2016
1 parent e22c67a commit 6123996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textlint-rule-ja-no-abusage.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const reporter = (context) => {
const prhLinter = prh.linter;
const prhStr = prhLinter(context, {
ruleContents: [
fs.readFileSync(path.join(__dirname, "..", "prh.yml"))
fs.readFileSync(path.join(__dirname, "..", "dict", "prh.yml"))
]
});
return {
Expand Down

0 comments on commit 6123996

Please sign in to comment.