From b2363cb22e6af7b1b05dd404c6c01c0504610e49 Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Wed, 15 Dec 2021 14:56:52 -0800 Subject: [PATCH] Fix grammar in inherit-extensions docs --- data/flatpak-manifest.schema.json | 8 ++++---- doc/flatpak-manifest.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/flatpak-manifest.schema.json b/data/flatpak-manifest.schema.json index 3e958f49..a20c35a4 100644 --- a/data/flatpak-manifest.schema.json +++ b/data/flatpak-manifest.schema.json @@ -999,18 +999,18 @@ } }, "inherit-extensions": { - "description": "Inherit these extra extensions points from the base application or sdk when finishing the build.", + "description": "Inherit these extra extension points from the base application or sdk when finishing the build.", "type": "array", "items": { - "description": "Inherit this extra extensions point from the base application or sdk when finishing the build.", + "description": "Inherit this extra extension point from the base application or sdk when finishing the build.", "type": "string" } }, "inherit-sdk-extensions": { - "description": "Inherit these extra extensions points from the base application or sdk when finishing the build, but do not inherit them into the platform.", + "description": "Inherit these extra extension points from the base application or sdk when finishing the build, but do not inherit them into the platform.", "type": "array", "items": { - "description": "Inherit this extra extensions point from the base application or sdk when finishing the build, but do not inherit them into the platform.", + "description": "Inherit this extra extension point from the base application or sdk when finishing the build, but do not inherit into the platform.", "type": "string" } }, diff --git a/doc/flatpak-manifest.xml b/doc/flatpak-manifest.xml index adec9cb6..30bf7a22 100644 --- a/doc/flatpak-manifest.xml +++ b/doc/flatpak-manifest.xml @@ -196,12 +196,12 @@ (array of strings) - Inherit these extra extensions points from the base application or sdk when + Inherit these extra extension points from the base application or sdk when finishing the build. (array of strings) - Inherit these extra extensions points from the base application or sdk when + Inherit these extra extension points from the base application or sdk when finishing the build, but do not inherit them into the platform.