mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
DEV: Fix typos "formated" -> "formatted" (#17156)
(nothing in all-the* relies on these)
This commit is contained in:
@ -16,6 +16,6 @@ export default Component.extend({
|
||||
|
||||
type: alias("label.type"),
|
||||
property: alias("label.mainProperty"),
|
||||
formatedValue: alias("computedLabel.formatedValue"),
|
||||
formattedValue: alias("computedLabel.formattedValue"),
|
||||
value: alias("computedLabel.value"),
|
||||
});
|
||||
|
Reference in New Issue
Block a user