From 1bb318c082e17b70035e6dae7933c507a394ca5c Mon Sep 17 00:00:00 2001 From: Abdelrahman Rifai Date: Thu, 5 Nov 2020 00:28:06 +0100 Subject: [PATCH] docs: fix a typo "concatenated" instead of "concatentated" (#18812) --- docs/basic-features/image-optimization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic-features/image-optimization.md b/docs/basic-features/image-optimization.md index 87dcc6dad9..551622ff0f 100644 --- a/docs/basic-features/image-optimization.md +++ b/docs/basic-features/image-optimization.md @@ -122,7 +122,7 @@ module.exports = { ### Image Sizes -You can specify a list of image widths using the `imageSizes` property. These widths should be different (usually smaller) than the widths defined in `deviceSizes` because the arrays will be concatentated. These widths are used when the [`next/image`](/docs/api-reference/next/image.md) component uses `layout="fixed"` or `layout="intrinsic"`. +You can specify a list of image widths using the `imageSizes` property. These widths should be different (usually smaller) than the widths defined in `deviceSizes` because the arrays will be concatenated. These widths are used when the [`next/image`](/docs/api-reference/next/image.md) component uses `layout="fixed"` or `layout="intrinsic"`. If no configuration is provided, the default below is used. -- GitLab