Explorar el Código

remotes.schema.json: fix typo - 'artifacts' mistyped as 'atrifacts'

Shiv Tyagi hace 1 año
padre
commit
6cc02a7677
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      remotes.schema.json

+ 1 - 1
remotes.schema.json

@@ -39,7 +39,7 @@
                       "type": "string",
                       "description": "Ardupilot version number for that release"
                     },
-                    "ap_build_atrifacts_url": {
+                    "ap_build_artifacts_url": {
                       "type": "string",
                       "description": "url to build artifacts at AP firmware server to fetch features.txt"
                     },