build: silence wrong spelling report
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
index 7e2638638d100f33214b49ad4fbdaf2f4bb11cb7..2f0a168b40ebf454ae3ff89ab305e704504113f9 100644 (file)
@@ -2,5 +2,14 @@
   "editor.codeActionsOnSave": {
     "source.fixAll": true
   },
-  "cSpell.words": ["composables", "finalhandler", "iccid", "idtag", "imsi", "ocpp", "RFID"]
+  "cSpell.words": [
+    "Avenir",
+    "composables",
+    "finalhandler",
+    "iccid",
+    "idtag",
+    "imsi",
+    "ocpp",
+    "RFID"
+  ]
 }