Skip to content

Commit 1139cf4

Browse files
author
Zdravko
authored
Merge pull request #195 from NativeScript/lanbau/fix-typo
chore: fix typo
2 parents 7d3b0f2 + 593c169 commit 1139cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ import * as camera from "nativescript-camera";
9898
```
9999

100100
Then you are ready to use it:
101-
> Example 2: How to take a picture and to recieve image asset
101+
> Example 2: How to take a picture and to receive image asset
102102
``` JavaScript
103103
var imageModule = require("tns-core-modules/ui/image");
104104
camera.takePicture()

0 commit comments

Comments
 (0)