elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
5.26k stars 965 forks source link

fix typos #1117

Closed chapeupreto closed 3 years ago

chapeupreto commented 3 years ago

This PR fixes some small typos on the README file. Don't know which branch I should submit this to, though.

elasticmachine commented 3 years ago

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

ezimuel commented 3 years ago

@chapeupreto thanks for the PR, can you send it to 7.x branch? The master branch is the development branch at the moment, and we'll use it for the next major release 8.0.0. Thanks!

chapeupreto commented 3 years ago

@ezimuel Thanks for letting me know about that. I opened another PR: https://github.com/elastic/elasticsearch-php/pull/1119