Changelog entry and doc refresh for #2397

This commit is contained in:
Lovell Fuller
2020-10-08 10:05:39 +01:00
parent c213e9878d
commit 20ba0f49dd
5 changed files with 15 additions and 5 deletions

View File

@@ -292,7 +292,7 @@ describe('Tile', function () {
it('Invalid center parameter value fail', function () {
assert.throws(function () {
sharp().tile({
center: 'true'
centre: 'true'
});
});
});