Skip to content

Commit

Permalink
fix wrong syntax in author docs (#179)
Browse files Browse the repository at this point in the history
Fix syntax error in author docs
  • Loading branch information
sergeysova authored Oct 8, 2021
1 parent 1481009 commit 6801972
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions other/docs/author.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,15 @@ module.exports = {
module.exports = {
plugins: [
[
('macros': {
taggedTranslations: {locale: 'en_GB'},
}),
"macros",
{
taggedTranslations: { locale: "en_GB" },
},
],
],
}


// taggedTranslations.macro.js
const {createMacro} = require('babel-plugin-macros')
module.exports = createMacro(taggedTranslationsMacro, {
Expand Down

0 comments on commit 6801972

Please sign in to comment.