Skip to content

Conversation

@noruzzamans
Copy link
Contributor

Summary

This PR fixes documentation issues including a typo, grammar corrections, and security improvements.

Changes

1. Typo Fix

  • wittingwriting in architecture description (docs/index.md)

2. Grammar Fix

  • API'sAPIs (plural, not possessive)
    • docs/index.md (2 occurrences)
    • docs/services/sync-server.md (1 occurrence)
    • docs/gcp/index.md (1 occurrence)

3. Security: HTTP → HTTPS

Upgraded all external HTTP links to secure HTTPS:

  • brew.sh
  • gnuwin32.sourceforge.net
  • nvie.com
  • contributor-covenant.org (2 links)

All HTTPS links verified to work correctly.

The apostrophe in API's incorrectly suggests possession. When referring
to multiple APIs (plural), the correct form is 'APIs' without an
apostrophe. Apostrophes should only be used for:
- Possessive: The API's response (the response of the API)
- Contractions: It's = It is

Fixed in 3 files:
- docs/index.md (2 occurrences)
- docs/services/sync-server.md (1 occurrence)
- docs/gcp/index.md (1 occurrence)
Upgraded all external HTTP links to use secure HTTPS protocol:

- docs/installation/prerequisites.md:
  - brew.sh: http -> https
  - gnuwin32.sourceforge.net: http -> https

- docs/contributing.md:
  - nvie.com: http -> https

- docs/code-of-conduct.md:
  - contributor-covenant.org: http -> https (2 links)

All links verified to work correctly with HTTPS.
@jeffpaul jeffpaul merged commit f9b3d72 into wptide:develop Jan 8, 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