Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo in mobile version welcome message #60

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const translation: IResourceLanguage = {
cvDownloaded: 'You have downloaded my CV, prepare to be entertained!',
description: 'Mashing the keyboard until the code works',
welcome1:
'This is te mobile version of my website where you will find my CV and social links.',
'This is the mobile version of my website where you will find my CV and social links.',
welcome2:
'Be sure to check out my website on a desktop or laptop, as you may find some tasty treats!',
},
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const config: (
case EnvironmentEnum.Development:
default:
devServer = {
port: 1337,
port: 8080,
watchFiles: [`${SRC_PATH}/**/*`],
};
devtool = 'cheap-module-source-map';
Expand Down
Loading