Skip to content

Commit 20887ac

Browse files
committed
Updated README
1 parent dd1c4ea commit 20887ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Using the **Page Visibility API**, the following code shows how to perform actio
166166
```
167167
For reference, [visit this link.](https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API)
168168

169-
## Screen Orientation & Vibration (Mobile Only)
169+
## Screen Orientation and Vibration
170170
The **Screen Orientation API** provides the orientation of the screen being used and the **Vibration API** offers web apps the ability to access the vibration hardware, which lets software code provide physical feedback to the user by causing the device to shake.
171171

172172
### Demo
@@ -219,7 +219,7 @@ The following code combines the two APIs (Screen Orientation and Vibration) to m
219219

220220
For reference, visit [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model/Managing_screen_orientation) and [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API).
221221

222-
## Clipboard & IndexedDB/WebSQL/LocalStorage
222+
## Clipboard and IndexedDB/WebSQL/LocalStorage
223223
The **Clipboard API** ([reference](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)) is a modern API providing asynchronous functions and secure context support allowing developers to access the clipboard.
224224

225225
**IndexedDB** ([reference](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)) is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searches of this data.

0 commit comments

Comments
 (0)