mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-28 15:19:10 +00:00
Typo
Fixing a typo
This commit is contained in:
parent
c23dc3f27d
commit
1dc4a90c91
@ -162,7 +162,7 @@ The function to invoke in order to generate images `src`.
|
|||||||
|
|
||||||
By default it is a function like the following one:
|
By default it is a function like the following one:
|
||||||
```js
|
```js
|
||||||
function imageSourceGenrator(icon, options) {
|
function imageSourceGenerator(icon, options) {
|
||||||
return ''.concat(
|
return ''.concat(
|
||||||
options.base, // by default Twitter Inc. CDN
|
options.base, // by default Twitter Inc. CDN
|
||||||
options.size, // by default "36x36" string
|
options.size, // by default "36x36" string
|
||||||
|
Loading…
Reference in New Issue
Block a user