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.