From ba8a1271d167c1db11a2758499e2463ea43646a0 Mon Sep 17 00:00:00 2001 From: Eric Poirier <eric.poirier@eclipse-foundation.org> Date: Fri, 17 Dec 2021 10:00:17 -0500 Subject: [PATCH] Fix typos (#204) * Fix typos Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org> * Update yarn.lock --- js/src/projects.js | 2 +- layouts/shortcodes/page/projects.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/projects.js b/js/src/projects.js index d5f5762..110c5cf 100644 --- a/js/src/projects.js +++ b/js/src/projects.js @@ -271,7 +271,7 @@ const EclipseProjectList = (function ($) { "ecd.codewind": "IDE-Agnostic Library", "ecd.dirigible": "Service (IDEAAS)", "ecd.emfcloud": "Cloud IDE", - "ecd.glsp": "Disagram Editors", + "ecd.glsp": "Diagram Editors", "ecd.jkube": "Cloud IDE", "ecd.openvsx": "Extension Marketplace", "ecd.sprotty": "Framework", diff --git a/layouts/shortcodes/page/projects.html b/layouts/shortcodes/page/projects.html index c899110..c29454a 100644 --- a/layouts/shortcodes/page/projects.html +++ b/layouts/shortcodes/page/projects.html @@ -17,7 +17,7 @@ <p class="small">PROJECTS</p> <p class="powered-by-description">The Eclipse Cloud DevTools Working Group serves to advance, promote, and drive community participation in a - broad porfolio of Eclipse projects.</p> + broad portfolio of Eclipse projects.</p> <p><a class="btn btn-primary" href="https://projects.eclipse.org/projects/ecd">Learn More</a></p> </div> </div> -- GitLab