Răsfoiți Sursa

docs(core): Fix typo in shopApiPath description (#1025)

mohsendehghan158 4 ani în urmă
părinte
comite
83d025dce0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/core/src/config/vendure-config.ts

+ 1 - 1
packages/core/src/config/vendure-config.ts

@@ -72,7 +72,7 @@ export interface ApiOptions {
     adminApiPath?: string;
     /**
      * @description
-     * The path to the admin GraphQL API.
+     * The path to the shop GraphQL API.
      *
      * @default 'shop-api'
      */