Skip to content

feat: update FAQ for Toronto #143#158

Merged
ahmad1368 merged 2 commits into
stagingfrom
feature/update-faq-toronto-143
Jun 24, 2026
Merged

feat: update FAQ for Toronto #143#158
ahmad1368 merged 2 commits into
stagingfrom
feature/update-faq-toronto-143

Conversation

@ahmad1368

Copy link
Copy Markdown
Contributor

This PR updates the FAQ section to reflect Toronto information instead of Vancouver as requested:

  • Updated 'When is Cloud Summit'
  • Updated 'Where is the event being held'
  • Updated 'Is the venue accessible?'
  • Updated 'Is there parking at the venue?'
  • Updated 'What is the best way to get there?'

@vincent6767 Check!!!

@vincent6767

Copy link
Copy Markdown
Contributor

@ahmad1368 I see a lot of changes updating the single quotes to double quotes in multiple PRs now. What's happening?

@ahmad1368

ahmad1368 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

I see a lot of changes updating the single quotes to double quotes in multiple PRs now. What's happening?

You're absolutely right! Since several strings contain English apostrophes (like contractions or possessives), using single quotes causes syntax conflicts by creating three quote marks in a single line.

To safely use single quotes inside the text without escaping them every time, it's much cleaner to wrap the entire string in double quotes. Keeping the old single-quote format on those specific lines was making future code updates more error-prone, so the formatter normalized them.
@vincent6767 Check please!!!

@ahmad1368 ahmad1368 merged commit 8cd6e3f into staging Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants