Skip to content

Commit 3f6f086

Browse files
Matt's review
1 parent 08f7702 commit 3f6f086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/modules/components/ApiDocs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ ClassesTable.propTypes = {
124124
};
125125

126126
function getTransaltedHeader(t, header) {
127-
const transitions = {
127+
const translations = {
128128
import: t('import'),
129129
props: t('props'),
130130
inheritance: t('inheritance'),
131131
demos: t('demos'),
132132
css: 'CSS',
133133
};
134134

135-
return transitions[header] || header;
135+
return translations[header] || header;
136136
}
137137

138138
function Heading(props) {

0 commit comments

Comments
 (0)