diff --git a/content/guides/5.files/4.transform.md b/content/guides/5.files/4.transform.md index 88652ffa..dfc4b6f9 100644 --- a/content/guides/5.files/4.transform.md +++ b/content/guides/5.files/4.transform.md @@ -18,7 +18,7 @@ Directus allows you to transform assets using URL query parameters. You can pass | `quality` | The overall image quality (1 to 100), defaults to [the Sharp API's default for the given format](https://sharp.pixelplumbing.com/api-output/#jpeg) if omitted. The higher the value, the larger the image size. The lower the value, the more compression artifacts are in the image. | | `withoutEnlargement` | Disable automatically upscaling the image (true) | | `format` | What file format to return the image in. One of auto, jpg, png, webp, tiff auto default if omitted, Will try to format it in webp or avif if the browser supports it, otherwise it will fallback to jpg. | -| `fit` | How the image should fit into the provided dimensions, values including: | +| `fit` | How the image should fit into the provided dimensions, values including: | ::callout{icon="material-symbols:info-outline"} **Focal Points**