From d17ff4afbac1dff0a7b8b64872084d38dca1d852 Mon Sep 17 00:00:00 2001 From: Jamie Luckett Date: Tue, 2 Apr 2019 14:39:17 +0100 Subject: [PATCH] Update productDescription Fixed grammatical error --- gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index ec3bbf79..8a37e135 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -39,7 +39,7 @@ module.exports = function (grunt) { name: 'boostnote', productName: 'Boostnote', genericName: 'Boostnote', - productDescription: 'The opensource note app for developer.', + productDescription: 'The opensource note app for developers.', arch: 'amd64', categories: [ 'Development', @@ -58,7 +58,7 @@ module.exports = function (grunt) { name: 'boostnote', productName: 'Boostnote', genericName: 'Boostnote', - productDescription: 'The opensource note app for developer.', + productDescription: 'The opensource note app for developers.', arch: 'x86_64', categories: [ 'Development',