From 296a5b6404a42c125c8ca50100d641decefdc266 Mon Sep 17 00:00:00 2001 From: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com> Date: Thu, 21 Apr 2022 15:40:24 +0000 Subject: [PATCH] Fix capitalization of Exif (#1058) Signed-off-by: Daniel Gray --- docs/setup/integrating-metadata-removal.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/integrating-metadata-removal.en.md b/docs/setup/integrating-metadata-removal.en.md index 6714611b..86046fe4 100644 --- a/docs/setup/integrating-metadata-removal.en.md +++ b/docs/setup/integrating-metadata-removal.en.md @@ -3,7 +3,7 @@ title: "Integrating Metadata Removal" icon: 'material/data-matrix-remove' --- -When sharing files, it's important to remove associated metadata. Image files commonly include [EXIF](https://en.wikipedia.org/wiki/Exif) data, and sometimes photos even include GPS coordinates within its metadata. +When sharing files, it's important to remove associated metadata. Image files commonly include [Exif](https://en.wikipedia.org/wiki/Exif) data, and sometimes photos even include GPS coordinates within its metadata. While there are plenty of metadata removal tools, they typically aren't convenient to use. The guides featured here aim to detail how to integrate metadata removal tools in a simple fashion by utilizing easy-to-access system features.