From a3c08465eb83f7bd5fe18e6108e86b12385b1fe0 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Wed, 8 Aug 2018 02:08:58 -0700 Subject: [PATCH] Fix typos in release notes ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=207852110 --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d9e375171d..3ae240d689 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -92,8 +92,8 @@ ([#273](https://github.com/google/ExoPlayer/issues/273)). * Fix where transitions to clipped media sources happened too early ([#4583](https://github.com/google/ExoPlayer/issues/4583)). -* Add `DataSpec.httpMethod` and update `HttpDataSource` implemenations to support - http HEAD method. Previously, only GET and POST were supported. +* Add `DataSpec.httpMethod` and update `HttpDataSource` implementations to + support HTTP HEAD method. Previously, only GET and POST were supported. ### 2.8.3 ###