From f3f954ebdb07a47bf0619c45ac4bdec149b3f404 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Fri, 15 Dec 2023 14:26:01 +0100 Subject: [PATCH] fix typos --- pages/common/palmtopnm.md | 2 +- pages/common/pnmtopalm.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/palmtopnm.md b/pages/common/palmtopnm.md index 5c7ceb94db..a6eec8f331 100644 --- a/pages/common/palmtopnm.md +++ b/pages/common/palmtopnm.md @@ -3,7 +3,7 @@ > Convert Palm bitmap file to a PNM image. > More information: . -- Convert Palm bitmap to a PNM image: +- Convert a Palm bitmap to a PNM image: `palmtopnm {{path/to/file.palm}} > {{path/to/file.pnm}}` diff --git a/pages/common/pnmtopalm.md b/pages/common/pnmtopalm.md index 01ccc52389..bbd3754d62 100644 --- a/pages/common/pnmtopalm.md +++ b/pages/common/pnmtopalm.md @@ -3,7 +3,7 @@ > Convert a PNM image to a Palm bitmap. > More information: . -- Convert PNM image to a Palm bitmap: +- Convert a PNM image to a Palm bitmap: `pnmtopalm {{path/to/file.pnm}} > {{path/to/file.palm}}`