Skip to content

Commit

Permalink
Update guides/integrations-api/general-concepts/partial-data-loading.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmangupta authored Jan 24, 2024
1 parent dac261c commit 4a9338c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ protected function defineFields(): FieldCollection

## Limitations

The current limitation of the Partial Data loading is that it only works on the Entity level. Any custom responses like a product detail page or CMS in the Store API can't be used with this feature, as the Store API needs the whole entity to generate the response. If you need a small response, we recommend to use the [includes](./search-criteria.md#includes-apialias) feature of the Search API.
The current limitation of the `partial data loading` is that it only works on the Entity level. Any custom responses like a product detail page or CMS in the Store API can't be used with this feature, as the Store API needs the whole entity to generate the response. If you need a small response, we recommend to use the [includes](./search-criteria.md#includes-apialias) feature of the Search API.

Check warning on line 126 in guides/integrations-api/general-concepts/partial-data-loading.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] guides/integrations-api/general-concepts/partial-data-loading.md#L126

The verb ‘recommend’ is used with the gerund form. (ADMIT_ENJOY_VB[1]) Suggestions: `recommend using` URL: https://www.ef.com/english-resources/english-grammar/gerund-equals-infinitive/ Rule: https://community.languagetool.org/rule/show/ADMIT_ENJOY_VB?lang=en-US&subId=1 Category: GRAMMAR
Raw output
guides/integrations-api/general-concepts/partial-data-loading.md:126:300: The verb ‘recommend’ is used with the gerund form. (ADMIT_ENJOY_VB[1])
 Suggestions: `recommend using`
 URL: https://www.ef.com/english-resources/english-grammar/gerund-equals-infinitive/ 
 Rule: https://community.languagetool.org/rule/show/ADMIT_ENJOY_VB?lang=en-US&subId=1
 Category: GRAMMAR

0 comments on commit 4a9338c

Please sign in to comment.