Snap for 8043187 from 14c252498e7f03de8c5c6a65fdf1d7393b5ffcd6 to tm-release

Change-Id: Iffea11f419b53bf6051f94cf9f9ca2dff2dba8bd
diff --git a/prebuilts/gradle/PictureInPicture/README.md b/prebuilts/gradle/PictureInPicture/README.md
index 5c14694..bec9324 100644
--- a/prebuilts/gradle/PictureInPicture/README.md
+++ b/prebuilts/gradle/PictureInPicture/README.md
@@ -21,7 +21,7 @@
 To specify that your activity can use PIP mode, set `android:supportsPictureInPicture` to `true` in
 the manifest. (Beginning with Android O, you do not need to set
 `android:resizeableActivity` to `true` if you are supporting PIP mode you only need to
-`setrandroid:resizeableActivity` if your activity supports other multi-window modes.)
+set `android:resizeableActivity` if your activity supports other multi-window modes.)
 
 You can pass a [PictureInPictureParams][6] to [enterPictureInPictureMode()][7] to specify how an
 activity should behave when it is in PiP mode. You can also use it to call
diff --git a/prebuilts/gradle/PictureInPicture/kotlinApp/README.md b/prebuilts/gradle/PictureInPicture/kotlinApp/README.md
index aa7f448..e1cbfca 100644
--- a/prebuilts/gradle/PictureInPicture/kotlinApp/README.md
+++ b/prebuilts/gradle/PictureInPicture/kotlinApp/README.md
@@ -20,7 +20,7 @@
 To specify that your activity can use PIP mode, set `android:supportsPictureInPicture` to `true` in
 the manifest. (Beginning with the O Developer Preview, you do not need to set
 `android:resizeableActivity` to `true` if you are supporting PIP mode, either on Android TV or on
-other Android devices; you only need to `setrandroid:resizeableActivity` if your activity supports
+other Android devices; you only need to set `android:resizeableActivity` if your activity supports
 other multi-window modes.)
 
 You can pass a [PictureInPictureParams][6] to [enterPictureInPictureMode()][7] to specify how an