diff --git a/README.md b/README.md index e938bba309..35b28105d1 100644 --- a/README.md +++ b/README.md @@ -144,14 +144,14 @@ MEDIUM_USERNAME = "YOUR MEDIUM USERNAME" * For Github Action, change the environment variable `MEDIUM_USERNAME` in `.github/workflows/deploy.yml` -Set `displayMediumBlogs` to true or false in portofolio.js to display fetched Medium blogs, defaults to true. +Set `displayMediumBlogs` to true or false in portfolio.js to display fetched Medium blogs, defaults to true. ## Change and customize every section according to your need. #### Personalize page content in `/src/portfolio.js` & modify it as per your need. You will also need to modify `index.html` to change the title and metadata to provide accurate SEO for your personal portfolio. ```javascript -/* Change this file to get your Personal Porfolio */ +/* Change this file to get your Personal Portfolio */ const greeting = { /* Your Summary And Greeting Section */ diff --git a/src/portfolio.js b/src/portfolio.js index f37660fdf0..f155c70746 100644 --- a/src/portfolio.js +++ b/src/portfolio.js @@ -288,7 +288,7 @@ const achievementSection = { { title: "PWA Web App Developer", - subtitle: "Completed Certifcation from SMIT for PWA Web App Development", + subtitle: "Completed Certification from SMIT for PWA Web App Development", image: require("./assets/images/pwaLogo.webp"), imageAlt: "PWA Logo", footerLink: [ @@ -313,9 +313,9 @@ const blogSection = { blogs: [ { url: "https://blog.usejournal.com/create-a-google-assistant-action-and-win-a-google-t-shirt-and-cloud-credits-4a8d86d76eae", - title: "Win a Google Assistant Tshirt and $200 in Google Cloud Credits", + title: "Win a Google Assistant T-shirt and $200 in Google Cloud Credits", description: - "Do you want to win $200 and Google Assistant Tshirt by creating a Google Assistant Action in less then 30 min?" + "Do you want to win $200 and Google Assistant T-shirt by creating a Google Assistant Action in less then 30 min?" }, { url: "https://medium.com/@saadpasta/why-react-is-the-best-5a97563f423e",