Skip to content

Commit 9ad4b42

Browse files
fix typos (codesandbox#3950)
* fix typos * Update packages/app/src/app/pages/Dashboard/Content/routes/CreateTeam/index.js Co-Authored-By: Michaël De Boey <[email protected]> * Update packages/app/src/app/pages/Dashboard/Content/routes/CreateTeam/index.js Co-Authored-By: Michaël De Boey <[email protected]> * Update packages/app/src/app/pages/Dashboard/Content/routes/CreateTeam/index.js Co-Authored-By: Michaël De Boey <[email protected]> Co-authored-by: Michaël De Boey <[email protected]>
1 parent 74c2e3e commit 9ad4b42

File tree

3 files changed

+4
-4
lines changed
  • packages/app/src/app/pages/Dashboard/Content/routes
  • standalone-packages/sse-loading-screen/src

3 files changed

+4
-4
lines changed

packages/app/src/app/pages/Dashboard/Content/routes/CreateTeam/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default class CreateTeam extends React.PureComponent {
8989
},
9090
}).then(({ data }) => {
9191
notificationState.addNotification({
92-
message: `Succesfully created team '${data.createTeam.name}'`,
92+
message: `Successfully created team '${data.createTeam.name}'`,
9393
status: NotificationStatus.SUCCESS,
9494
});
9595

packages/app/src/app/pages/Dashboard/Content/routes/TeamView/RemoveTeamMember/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export const RemoveTeamMember = ({
5454
onCompleted={() => {
5555
notificationState.addNotification({
5656
message: isOwnUser
57-
? 'Succesfully left the team'
58-
: 'Succesfully removed from team',
57+
? 'Successfully left the team'
58+
: 'Successfully removed from team',
5959
status: NotificationStatus.SUCCESS,
6060
});
6161

standalone-packages/sse-loading-screen/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const NICE_TITLES = {
204204
'starting-container': 'Initializing Sandbox Container',
205205
'installing-packages': 'Installing Packages',
206206
'starting-sandbox': 'Starting Sandbox',
207-
started: 'Succesfully Initialized!',
207+
started: 'Successfully Initialized!',
208208
};
209209

210210
const CRAWL_TIME = {

0 commit comments

Comments
 (0)