summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordyn Mackool <Jordyn@livio.io>2021-07-08 16:40:12 -0400
committerJordyn Mackool <Jordyn@livio.io>2021-07-08 16:40:12 -0400
commit97dbb04e77c95a371348ca52b4e785a2be96d7b0 (patch)
treed59d54f24d28f814edf05e6097db9ff98ad371e2
parente3160f12d1f7a65ab0541463da85eb0edbdbafb1 (diff)
downloadsdl_ios-97dbb04e77c95a371348ca52b4e785a2be96d7b0.tar.gz
Update spelling/ Grammar errors
Fixes Issue #2021
-rw-r--r--docs/Classes/SDLCreateWindow.html2
-rw-r--r--docs/Classes/SDLFileManager.html4
-rw-r--r--docs/Classes/SDLScreenManager.html2
-rw-r--r--docs/Classes/SDLStreamingMediaConfiguration.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/Classes/SDLCreateWindow.html b/docs/Classes/SDLCreateWindow.html
index 72a8b4982..91bef269f 100644
--- a/docs/Classes/SDLCreateWindow.html
+++ b/docs/Classes/SDLCreateWindow.html
@@ -54,7 +54,7 @@
-initWithId:windowName:windowType:associatedServiceType:duplicateUpdatesFromWindowID:
</h3>
- <p>Convinience constructor with all the parameters.</p>
+ <p>Convenience constructor with all the parameters.</p>
diff --git a/docs/Classes/SDLFileManager.html b/docs/Classes/SDLFileManager.html
index cd49b858c..a57cd48cd 100644
--- a/docs/Classes/SDLFileManager.html
+++ b/docs/Classes/SDLFileManager.html
@@ -269,7 +269,7 @@
-deleteRemoteFilesWithNames:completionHandler:
</h3>
- <p>Deletes an array of files on the remote file system. The files are deleted in the order in which they are added to the array, with the first file to be deleted at index 0. The delete queue is sequential, meaning that once a delete request is sent to Core, the queue waits until a response is received from Core before the next the next delete request is sent.</p>
+ <p>Deletes an array of files on the remote file system. The files are deleted in the order in which they are added to the array, with the first file to be deleted at index 0. The delete queue is sequential, meaning that once a delete request is sent to Core, the queue waits until a response is received from Core before the next delete request is sent.</p>
@@ -326,7 +326,7 @@
<p>Uploads an array of files to the remote file system. The files will be uploaded in the order in which they are added to the array, with the first file to be uploaded at index 0. The upload queue is sequential, meaning that once a upload request is sent to Core, the queue waits until a response is received from Core before the next the next upload request is sent.</p>
-<p>The optional progress handler can be used to keep track of the upload progress. After each file upload, the progress handler returns the upload percentage and an error, if one occured during the upload process. The progress handler also includes an option to cancel the upload of all remaining files in queue.</p>
+<p>The optional progress handler can be used to keep track of the upload progress. After each file upload, the progress handler returns the upload percentage and an error, if one occurred during the upload process. The progress handler also includes an option to cancel the upload of all remaining files in queue.</p>
diff --git a/docs/Classes/SDLScreenManager.html b/docs/Classes/SDLScreenManager.html
index f5f5427fd..d53402fe5 100644
--- a/docs/Classes/SDLScreenManager.html
+++ b/docs/Classes/SDLScreenManager.html
@@ -1035,7 +1035,7 @@
<p>If the alert contains an audio indication with a file that needs to be uploaded, it will be uploaded before presenting the alert. If the alert contains soft buttons with images, they will be uploaded before presenting the alert. If the alert contains an icon, that will be uploaded before presenting the alert.</p>
-<p>The handler will be called when the alert either dismisses from the screen or it has failed to present. If the error value in the handler is present, then the alert failed to appear or was aborted, if not, then the alert dismissed without error. The <code>userInfo</code> object on the error contais an <code>error</code> key with more information about the error. If the alert failed to present, the <code>userInfo</code> object will contain a <code>tryAgainTime</code> key with information on how long to wait before trying to send another alert. The value for <code>tryAgainTime</code> may be <code>nil</code> if the module did not return a value in its response.</p>
+<p>The handler will be called when the alert either dismisses from the screen or it has failed to present. If the error value in the handler is present, then the alert failed to appear or was aborted, if not, then the alert dismissed without error. The <code>userInfo</code> object on the error contains an <code>error</code> key with more information about the error. If the alert failed to present, the <code>userInfo</code> object will contain a <code>tryAgainTime</code> key with information on how long to wait before trying to send another alert. The value for <code>tryAgainTime</code> may be <code>nil</code> if the module did not return a value in its response.</p>
diff --git a/docs/Classes/SDLStreamingMediaConfiguration.html b/docs/Classes/SDLStreamingMediaConfiguration.html
index bad8b638b..ab2674319 100644
--- a/docs/Classes/SDLStreamingMediaConfiguration.html
+++ b/docs/Classes/SDLStreamingMediaConfiguration.html
@@ -180,7 +180,7 @@
supportedLandscapeStreamingRange
</h3>
- <p>Set a landscape image dimension range and/or aspect ratio range that your rootViewController supports. If the module&rsquo;s screen size for your app changes during streaming (i.e. to a collapsed view, split screen, preview mode or picture-in-picture), your rootViewController will be resized to the new screen size. If left unset or set to <code>nil</code>, the default is to support all lanscape streaming ranges. If you wish to disable support for streaming in landscape mode, set a <code>disabled</code> video streaming range.
+ <p>Set a landscape image dimension range and/or aspect ratio range that your rootViewController supports. If the module&rsquo;s screen size for your app changes during streaming (i.e. to a collapsed view, split screen, preview mode or picture-in-picture), your rootViewController will be resized to the new screen size. If left unset or set to <code>nil</code>, the default is to support all landscape streaming ranges. If you wish to disable support for streaming in landscape mode, set a <code>disabled</code> video streaming range.
If desired, you can subscribe to screen size updates via the SDLStreamingVideoDelegate.</p>
<div class="aside aside-warning">
<p class="aside-title">Warning</p>