Skip to content

Commit d78e8bb

Browse files
Merge #336
336: Fixed a typo in the `config/plugins.js` example r=bidoubiwa a=v4dkou # Pull Request ## What does this PR do? Fixes [#355](#335) ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: Vadim Smelyanskiy <[email protected]>
2 parents 6f5c842 + 69cde0f commit d78e8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module.exports = () => ({
133133
// Your meili host
134134
host: "http://localhost:7700",
135135
// Your master key or private key
136-
api_key: "masterKey",
136+
apiKey: "masterKey",
137137
}
138138
//...
139139
})

0 commit comments

Comments
 (0)