mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
typo in comments
This commit is contained in:
parent
a74418763b
commit
fe13c451cf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export default class IntlProvider extends Component {
|
|||
};
|
||||
|
||||
/**
|
||||
* formatLabel - Get a label for a field, for a given collection, in the current language. The evaluation is as follows : i18n(collectioName.fieldName) > i18n(global.fieldName) > i18n(fieldName) > schema.fieldName.label > fieldName
|
||||
* formatLabel - Get a label for a field, for a given collection, in the current language. The evaluation is as follows : i18n(collectionName.fieldName) > i18n(global.fieldName) > i18n(fieldName) > schema.fieldName.label > fieldName
|
||||
*
|
||||
* @param {object} options
|
||||
* @param {string} options.fieldName The name of the field to evaluate (required)
|
||||
|
|
Loading…
Add table
Reference in a new issue