Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalik Shirokov authored May 29, 2020
1 parent 53fe5ab commit 18304e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $elastic = ClientBuilder::create()->setHosts(['http://elasticsearch:9200'])->bui
$indexer = new Indexer($elastic);
```

По-умолчанию методы `Indexer` выбрасывают исключения при ошибках. Чтобы игнорировать некоторые исключение, необходимо
По-умолчанию методы `Indexer` выбрасывают исключения при ошибках. Чтобы игнорировать некоторые исключения, необходимо
передать `false` вторым аргументом (`strictMode`) конструктора.

```php
Expand Down

0 comments on commit 18304e9

Please sign in to comment.