Explorar el Código

Fix 'dim' type --> 'dcim'

Jason Novinger hace 8 meses
padre
commit
c57d9f9a37
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/configuration/data-validation.md

+ 1 - 1
docs/configuration/data-validation.md

@@ -17,7 +17,7 @@ CUSTOM_VALIDATORS = {
         },
         "my_plugin.validators.Validator1"
     ],
-    "dim.device": [
+    "dcim.device": [
         "my_plugin.validators.Validator1"
     ]
 }