docs: Fix grammatical inconsistency Update CONTRIBUTING.md

pull/5558/head
Dmitry 1 month ago committed by Aniket
parent 854622a99b
commit 64756aaaa7
  1. 2
      CONTRIBUTING.md

@ -72,7 +72,7 @@ import panelJson from './panel.json';
import enJson from '../en'; import enJson from '../en';
// There may have some untranslated content. Always fill in the gaps with EN JSON. // There may have some untranslated content. Always fill in the gaps with EN JSON.
// No need for a defaultMessage prop when render a FormattedMessage component. // No need for a defaultMessage prop when rendering a FormattedMessage component.
export default Object.assign({}, enJson, { export default Object.assign({}, enJson, {
...panelJson, ...panelJson,
}) })

Loading…
Cancel
Save