Ver código fonte

fix(docs): fix `macOSPrivateApi` capitalization (#3800)

Fabian-Lars 3 anos atrás
pai
commit
be07343b52
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      tooling/cli/schema.json

+ 2 - 2
tooling/cli/schema.json

@@ -2003,7 +2003,7 @@
           "type": "string"
         },
         "transparent": {
-          "description": "Whether the window is transparent or not.\n\nNote that on `macOS` this requires the `macos-private-api` feature flag, enabled under `tauri.conf.json > tauri > macosPrivateApi`. WARNING: Using private APIs on `macOS` prevents your application from being accepted for the `App Store`.",
+          "description": "Whether the window is transparent or not.\n\nNote that on `macOS` this requires the `macos-private-api` feature flag, enabled under `tauri.conf.json > tauri > macOSPrivateApi`. WARNING: Using private APIs on `macOS` prevents your application from being accepted for the `App Store`.",
           "default": false,
           "type": "boolean"
         },
@@ -2258,4 +2258,4 @@
       "additionalProperties": false
     }
   }
-}
+}