From 4c22df7ea39a5041860aee317c66a6bd8cdd743c Mon Sep 17 00:00:00 2001 From: Burak <68427259+burakekim@users.noreply.github.com> Date: Sat, 13 Apr 2024 19:15:11 +0200 Subject: [PATCH] minor typo in custom_raster_dataset.ipynb (#1987) --- docs/tutorials/custom_raster_dataset.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/custom_raster_dataset.ipynb b/docs/tutorials/custom_raster_dataset.ipynb index 7401e580edb..e4da8499114 100644 --- a/docs/tutorials/custom_raster_dataset.ipynb +++ b/docs/tutorials/custom_raster_dataset.ipynb @@ -345,7 +345,7 @@ "\n", "### `rgb_bands`\n", "\n", - "If your data is a multispectral iamge, you can define which bands correspond to the red, green, and blue channels. In the case of Sentinel-2, this corresponds to B04, B03, and B02, in that order.\n", + "If your data is a multispectral image, you can define which bands correspond to the red, green, and blue channels. In the case of Sentinel-2, this corresponds to B04, B03, and B02, in that order.\n", "\n", "Putting this all together into a single class, we get:" ]