فهرست منبع

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

mohsendehghan158 4 سال پیش
والد
کامیت
83d025dce0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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'
      */