Skip to content

Commit b0a55e7

Browse files
Merge pull request #29 from dutchenkoOleg/master
README.md - fixed typos
2 parents 7b0ae91 + df95fb9 commit b0a55e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ _Parameters:_
131131
| Name | Data type | Default value | Description |
132132
| :------------- | :-------- | :------------ | :------------- |
133133
| **$url** | _string_ | | file relative url, from site root, e.q `/assets/css/my.css` |
134-
| **$timestamp** | _booleab_ | `false` | set file versioning with query pair `?time=xxx`, if file doesn't exist - query will be empty string |
135-
| **$absolute** | _booleab_ | `false` | generate absolute url, with `protocol` and `host` setting (see [#setup section](#setup)) |
134+
| **$timestamp** | _boolean_ | `false` | set file versioning with query pair `?time=xxx`, if file doesn't exist - query will be empty string |
135+
| **$absolute** | _boolean_ | `false` | generate absolute url, with `protocol` and `host` setting (see [#setup section](#setup)) |
136136

137137
_Returns:_ URL
138138

@@ -229,8 +229,8 @@ _Parameters:_
229229
| Name | Data type | Default value | Description |
230230
| :------------- | :-------- | :------------ | :------------- |
231231
| **$url** | _string_ | | file relative url, from the `resourceRelativePath` (see [#setup section](#setup)) |
232-
| **$timestamp** | _booleab_ | `false` | set file versioning with query pair `?time=xxx`, if file doesn't exist - query will be empty string |
233-
| **$absolute** | _booleab_ | `false` | generate absolute url, with `protocol` and `host` setting (see [#setup section](#setup)) |
232+
| **$timestamp** | _boolean_ | `false` | set file versioning with query pair `?time=xxx`, if file doesn't exist - query will be empty string |
233+
| **$absolute** | _boolean_ | `false` | generate absolute url, with `protocol` and `host` setting (see [#setup section](#setup)) |
234234

235235
_Returns:_ URL
236236

0 commit comments

Comments
 (0)