Skip to content

Commit

Permalink
Fix grammar in inherit-extensions docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwleeds committed Dec 15, 2021
1 parent 487f45d commit b2363cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions data/flatpak-manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down
4 changes: 2 additions & 2 deletions doc/flatpak-manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@
</varlistentry>
<varlistentry>
<term><option>inherit-extensions</option> (array of strings)</term>
<listitem><para>Inherit these extra extensions points from the base application or sdk when
<listitem><para>Inherit these extra extension points from the base application or sdk when
finishing the build.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>inherit-sdk-extensions</option> (array of strings)</term>
<listitem><para>Inherit these extra extensions points from the base application or sdk when
<listitem><para>Inherit these extra extension points from the base application or sdk when
finishing the build, but do not inherit them into the platform.</para></listitem>
</varlistentry>

Expand Down

0 comments on commit b2363cb

Please sign in to comment.