mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
Fix typos
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
0efd374805
commit
3cea2932e1
@@ -25,7 +25,7 @@ You would experience errors of type:
|
||||
png: invalid format: not enough pixel data
|
||||
```
|
||||
|
||||
This commit fixes that by adding a mutex per image. This should also improve the performance, sligthly, as it avoids duplicate work.
|
||||
This commit fixes that by adding a mutex per image. This should also improve the performance, slightly, as it avoids duplicate work.
|
||||
|
||||
The current workaround before this fix is to always operate on the original:
|
||||
|
||||
|
Reference in New Issue
Block a user