mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fix typo in image-size.js
withing -> within
This commit is contained in:
parent
d2adc08c18
commit
cb9ca30f72
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class ImageSize {
|
|||
// };
|
||||
// if the dimensions can be fetched, and rejects with error, if not.
|
||||
// ***
|
||||
// In case we get a locally stored image, which is checked withing the `isLocalImage`
|
||||
// In case we get a locally stored image, which is checked within the `isLocalImage`
|
||||
// function we switch to read the image from the local file storage with `getImageSizeFromStoragePath`.
|
||||
// In case the image is not stored locally and is missing the protocol (like //www.gravatar.com/andsoon),
|
||||
// we add the protocol and use urlFor() to get the absolute URL.
|
||||
|
|
Loading…
Add table
Reference in a new issue