Skip to content

Commit

Permalink
Fix typo in snap description
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel authored and FirelightFlagboy committed Nov 4, 2024
1 parent f9e6baa commit 4d89609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/electron/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const options = {

linux: {
synopsis: 'Secure cloud framework',
description: 'Parsec is an open-source cloud-based application that allow simple yet cryptographically secure file hosting.',
description: 'Parsec is an open-source cloud-based application that allows simple yet cryptographically secure file hosting.',
category: 'Office Network FileTransfer FileSystem Security',
desktop: {
MimeType: `x-scheme-handler/${PARSEC_SCHEME}`,
Expand Down
2 changes: 1 addition & 1 deletion client/electron/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: parsec
base: core22
version: 3.1.1-a.0+dev
summary: Secure cloud framework
description: Parsec is an open-source cloud-based application that allow simple yet cryptographically secure file hosting.
description: Parsec is an open-source cloud-based application that allows simple yet cryptographically secure file hosting.
grade: stable
confinement: classic
type: app
Expand Down

0 comments on commit 4d89609

Please sign in to comment.