Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer committed Nov 7, 2024
1 parent 1611caa commit 8894436
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions container/src/constants/communication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export namespace Events {
export const SET_CURRENT_LOCALE_REQUEST = 'set-current-locale-request';

/**
* Event fired when the micro frontend requests to modify the local storate.
* Event fired when the micro frontend requests to modify the local storage.
*/
export const LOCAL_STORAGE_SET_REQUEST = 'set-storage-request';

Expand Down Expand Up @@ -120,17 +120,17 @@ export namespace Events {
export const SET_DOCUMENT_TITLE_REQUEST = 'set-document-title-request';

/**
* Event fired when the micro frontend requests to open the user sesttings.
* Event fired when the micro frontend requests to open the user settings.
*/
export const OPEN_USER_SETTINGS_REQUEST = 'open-user-settings-request';

/**
* Event fired when the micro frontend requests to close the user setttings.
* Event fired when the micro frontend requests to close the user settings.
*/
export const CLOSE_USER_SETTINGS_REQUEST = 'close-user-settings-request';

/**
* Event fired when the micro frontend requests to collapse left side navigation
* Event fired when the micro frontend requests to collapse left side navigation.
*/
export const COLLAPSE_LEFT_NAV_REQUEST = 'collapse-leftnav-request';

Expand Down
8 changes: 4 additions & 4 deletions container/typings/constants/events.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export namespace Events {
export const SET_CURRENT_LOCALE_REQUEST = 'set-current-locale-request';

/**
* Event fired when the micro frontend requests to modify the local storate.
* Event fired when the micro frontend requests to modify the local storage.
*/
export const LOCAL_STORAGE_SET_REQUEST = 'set-storage-request';

Expand Down Expand Up @@ -120,17 +120,17 @@ export namespace Events {
export const SET_DOCUMENT_TITLE_REQUEST = 'set-document-title-request';

/**
* Event fired when the micro frontend requests to open the user sesttings.
* Event fired when the micro frontend requests to open the user settings.
*/
export const OPEN_USER_SETTINGS_REQUEST = 'open-user-settings-request';

/**
* Event fired when the micro frontend requests to close the user setttings.
* Event fired when the micro frontend requests to close the user settings.
*/
export const CLOSE_USER_SETTINGS_REQUEST = 'close-user-settings-request';

/**
* Event fired when the micro frontend requests to collapse left side navigation
* Event fired when the micro frontend requests to collapse left side navigation.
*/
export const COLLAPSE_LEFT_NAV_REQUEST = 'collapse-leftnav-request';

Expand Down

0 comments on commit 8894436

Please sign in to comment.