Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[HackTogether] Fix Typo in Portal Landing Page

JayKay24 opened this issue · comments

commented

Are you accessing the project from the GitHub Codespaces?

  • No, I am running the project on my local machine (I will fill in the OS section below)
  • Yes, I am using GitHub Codespaces.

Note: The project is optimized to run on Codespaces. We welcome contributions to enhance it for cross-platform local development, but it's not something we will prioritize right now. Thank you!

Describe the bug
There is a typo in the portal landing page, the statement ...across the glob,... should read ...across the globe,.... The word glob should be globe.

To Reproduce
Steps to reproduce the behavior:

  1. In Codespaces, start the application using npm i && npm start
  2. Navigate to the portal running on designated port 4280
  3. Under the hero description, there's a statement with a typo that reads ...across the glob...

Expected behavior
The statement should read ...across the globe,....

Screenshots

Screenshot 2023-08-19 at 15 48 32

OS (please complete the following information):

  • OS:
  • OS Version:
  • npm version:
  • Node.js version:
  • output of azd version:

Additional context
Add any other context about the problem here.

commented

Hi @juliamuiruri4. Please validate if this should be addressed. I've already made a PR for it.