Skip to content

Commit 2db1a90

Browse files
author
Sergio Daniel Xalambrí
committed
Merge pull request #1 from MSNexploder/patch-1
Update README.md
2 parents 6391c8d + c5f0c6b commit 2db1a90

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
@@ -27,7 +27,7 @@ render(
2727
```
2828
* `URLProvider` is a High-Order Component.
2929
* `URLProvider` expect only one property named `urls`.
30-
* `urls` should be an object where the keys are the URLs names and the values are the unparsed url using the sintax of Express.js.
30+
* `urls` should be an object where the keys are the URLs names and the values are the unparsed url using the syntax of Express.js.
3131

3232
### connectURL
3333
```javascript
@@ -48,7 +48,7 @@ export default UserData;
4848
* The `connectURL` argument (`mapURLToProps`) it's optional.
4949
* If you don't supply it then it will add the `getURL` function as a property.
5050
* The `mapURLToProps` function will receive the `getURL` function and `props` object as parameter and should return an object.
51-
* The `getURL` function receive the URL name and an objet with the parameters to use in it and return the parsed URL.
51+
* The `getURL` function receive the URL name and an object with the parameters to use in it and return the parsed URL.
5252
* You can use it as a decorator (like the example above) or just as a function and send them the component to connect.
5353

5454
### parser

0 commit comments

Comments
 (0)