From 915cb0afaf909550c86495d060909ace748851a8 Mon Sep 17 00:00:00 2001 From: luz paz Date: Fri, 15 Apr 2022 13:49:46 -0400 Subject: [PATCH 1/2] Fix various typos Found via `codespell -q 3 -S CHANGELOG.md -L doesnt,optio,promisses,tread,usera` --- packages/fileimport-service/ifc/parser.js | 2 +- .../frontend/src/main/components/viewer/ViewerBubbles.vue | 2 +- .../frontend/src/main/components/viewer/ViewerFilters.vue | 2 +- packages/frontend/src/main/layouts/TheMain.vue | 2 +- packages/frontend/src/main/pages/admin/Invites.vue | 4 ++-- packages/frontend/src/main/pages/stream/TheGlobals.vue | 2 +- packages/server/modules/comments/graph/schemas/comments.gql | 2 +- .../server/modules/serverinvites/tests/serverInvites.spec.js | 2 +- packages/viewer/readme.md | 2 +- packages/webhook-service/src/webhookCaller.js | 4 ++-- utils/helm/speckle-server/Chart.yaml | 4 ++-- workspace.code-workspace | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/fileimport-service/ifc/parser.js b/packages/fileimport-service/ifc/parser.js index 607a2dfc1..5cc8a4946 100644 --- a/packages/fileimport-service/ifc/parser.js +++ b/packages/fileimport-service/ifc/parser.js @@ -81,7 +81,7 @@ module.exports = class IFCParser { spcklFaces.push(raw.indices[i]) } - // Create a propper Speckle Mesh + // Create a proper Speckle Mesh const spcklMesh = { speckle_type: 'Objects.Geometry.Mesh', units: 'm', diff --git a/packages/frontend/src/main/components/viewer/ViewerBubbles.vue b/packages/frontend/src/main/components/viewer/ViewerBubbles.vue index 355ea0c6f..e74fba6af 100644 --- a/packages/frontend/src/main/components/viewer/ViewerBubbles.vue +++ b/packages/frontend/src/main/components/viewer/ViewerBubbles.vue @@ -189,7 +189,7 @@ export default { } }, mounted() { - // for some reasons, these are not clearly intialised + // for some reasons, these are not clearly initialised this.users = [] this.selectedIds = [] this.selectionCenter = null diff --git a/packages/frontend/src/main/components/viewer/ViewerFilters.vue b/packages/frontend/src/main/components/viewer/ViewerFilters.vue index ed8af3ca3..d77d6b714 100644 --- a/packages/frontend/src/main/components/viewer/ViewerFilters.vue +++ b/packages/frontend/src/main/components/viewer/ViewerFilters.vue @@ -61,7 +61,7 @@ :style="`${stickyTop ? 'position: sticky; top: 128px;' : ''} z-index: 6`" />
- Reccommended filters: + Recommended filters:
{ this.$eventHub.$emit('notification', { - text: '✉️ Email succesfully verfied!' + text: '✉️ Email successfully verfied!' }) }, 1000) // todo: ask fabian if there's a better way, feels icky } diff --git a/packages/frontend/src/main/pages/admin/Invites.vue b/packages/frontend/src/main/pages/admin/Invites.vue index 95c6b0394..f9242b35d 100644 --- a/packages/frontend/src/main/pages/admin/Invites.vue +++ b/packages/frontend/src/main/pages/admin/Invites.vue @@ -7,7 +7,7 @@ Great! All invites were sent. -

Invite send failed for adresses:

+

Invite send failed for addresses:

  • {{ error.email }}: {{ error.reason }} @@ -62,7 +62,7 @@ -

    Optionaly invite users to stream.

    +

    Optionally invite users to stream.

    There are no global variables in this stream.

    Global variables can hold various information that's useful across the project: - location (city, adress, lat & long coordinates), custom project names or tags, + location (city, address, lat & long coordinates), custom project names or tags, or any other numbers or text that you want to keep track of.