Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Rias committed Sep 13, 2019
1 parent 2ef5156 commit c681413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Scout plugin for Craft CMS 3

Craft Scout provides a simple solution for adding full-text search to your entries. Scout will automatically keep your search indexes in sync with your entries.
Craft Scout provides a simple solution for adding full-text search to your entries. Scout will automatically keep your search indices in sync with your entries.

## Support Open Source. Buy beer.

Expand Down Expand Up @@ -192,7 +192,7 @@ class MyTransformerClassName extends TransformerAbstract

#### `->splitElementsOn(array $keys)`
For long documents it is advised to divide the element into multiple rows to keep each row within row data size. This can be done using `splitElementsOn()`.
Array items are array indexes returned from the transformer.
Array items are array indices returned from the transformer.

```php
->splitElementsOn([
Expand Down

0 comments on commit c681413

Please sign in to comment.