diff --git a/extensions/yii/debug/components/search/matches/Exact.php b/extensions/yii/debug/components/search/matches/Exact.php index 5fe6eec..46992e9 100644 --- a/extensions/yii/debug/components/search/matches/Exact.php +++ b/extensions/yii/debug/components/search/matches/Exact.php @@ -16,7 +16,7 @@ class Exact extends Base { /** - * @var boolean if current matcher should consider partial mathc of given value. + * @var boolean if current matcher should consider partial match of given value. */ public $partial = false; diff --git a/extensions/yii/elasticsearch/Command.php b/extensions/yii/elasticsearch/Command.php index bc4bb2f..9ea4a60 100644 --- a/extensions/yii/elasticsearch/Command.php +++ b/extensions/yii/elasticsearch/Command.php @@ -67,7 +67,7 @@ class Command extends Component * @param string $index * @param string $type * @param string|array $data json string or array of data to store - * @param null $id the documents id. If not specified Id will be automatically choosen + * @param null $id the documents id. If not specified Id will be automatically chosen * @param array $options * @return mixed * @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html