DEV: Fix typos "formated" -> "formatted" (#17156)

(nothing in all-the* relies on these)
This commit is contained in:
Jarek Radosz
2022-06-20 20:02:05 +02:00
committed by GitHub
parent 95a6268c45
commit 36c2284dea
15 changed files with 98 additions and 96 deletions

View File

@ -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"),
});