Преглед изворни кода

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'
      */