Skip to content

Commit 61c32df

Browse files
committed
docs/guide improved [ci skip]
1 parent bd124e6 commit 61c32df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/usage-ar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ $customers = Customer::find()->query([
205205
helps provide aggregated data based on a search query. It is based on simple building blocks called aggregations,
206206
that can be composed in order to build complex summaries of the data.
207207

208-
As an example, let's determine how many customers registered each month.
208+
As an example, let's determine how many customers have been registered each month.
209209

210210
```php
211211
$searchResult = Customer::find()->addAggregate('customers_by_date', [

docs/guide/usage-data-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ this is not recommended.
1111

1212
> NOTE: The data provider fetches result models and total count using single Elasticsearch query, so results total count will be fetched
1313
after pagination limit applying, which eliminates ability to verify if requested page number actually exist.
14-
Data provider disables [[yii\data\Pagination::$validatePage]] automatically because of this.
14+
The data provider disables [[yii\data\Pagination::$validatePage]] automatically because of this.
1515

1616

1717
## Usage examples

0 commit comments

Comments
 (0)