Skip to content

Commit

Permalink
docs: Fix grammatical inconsistency Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored and Aniket-Engg committed Jan 6, 2025
1 parent 854622a commit 64756aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import panelJson from './panel.json';
import enJson from '../en';

// 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, {
...panelJson,
})
Expand Down

0 comments on commit 64756aa

Please sign in to comment.