Browse Source

docs(core): Fix typo in indexStockStatus docs

Michael Bromley 3 years ago
parent
commit
f9a036feeb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/src/plugin/default-search-plugin/types.ts

+ 1 - 1
packages/core/src/plugin/default-search-plugin/types.ts

@@ -15,7 +15,7 @@ import { SearchStrategy } from './search-strategy/search-strategy';
 export interface DefaultSearchPluginInitOptions {
     /**
      * @description
-     * If set to `true`, the stock status of a ProductVariant (isStock: Boolean) will
+     * If set to `true`, the stock status of a ProductVariant (inStock: Boolean) will
      * be exposed in the `search` query results. Enabling this option on an existing
      * Vendure installation will require a DB migration/synchronization.
      *