diff --git a/docs/next/cameraroll.html b/docs/next/cameraroll.html
index c8215ca953a..af2bc87b4e6 100644
--- a/docs/next/cameraroll.html
+++ b/docs/next/cameraroll.html
@@ -17,7 +17,7 @@
Reference
Methods
saveToCameraRoll()
-CameraRoll.saveToCameraRoll(tag, [type])
+CameraRoll.saveToCameraRoll(tag, [type]);
Saves the photo or video to the camera roll or photo library.
On Android, the tag must be a local image or video URI, such as "file:///sdcard/img.png".
@@ -36,7 +36,7 @@
getPhotos()
-CameraRoll.getPhotos(params)
+CameraRoll.getPhotos(params);
Returns a Promise with photo identifier objects from the local camera roll of the device matching shape defined by getPhotosReturnChecker.
Parameters:
diff --git a/docs/next/geolocation.html b/docs/next/geolocation.html
index 9afa2a6fee8..3dba0b6cc4a 100644
--- a/docs/next/geolocation.html
+++ b/docs/next/geolocation.html
@@ -1,10 +1,10 @@
-Geolocation · React Native