docs: Fix some typos (#11443)

Marshall Bowers created

This PR fixes some typos in the docs.

Release Notes:

- N/A

Change summary

docs/src/contribute-to-zed.md    | 2 +-
docs/src/development/releases.md | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

Detailed changes

docs/src/contribute-to-zed.md 🔗

@@ -1,6 +1,6 @@
 # Contributing to Zed
 
-Thank you for your interest in contributing to the Zed! Before making contributions, we recommend reading our [CONTRIBUTRING.md](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md) guidelines. This document provides a detailed guide to contributing to Zed.
+Thank you for your interest in contributing to the Zed! Before making contributions, we recommend reading our [CONTRIBUTING.md](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md) guidelines. This document provides a detailed guide to contributing to Zed.
 
 ### Issues
 

docs/src/development/releases.md 🔗

@@ -2,8 +2,8 @@
 
 Zed currently maintains two public releases for macOS:
 
-- [Stable](https://zed.dev/download). This is the primary version that people download and use.
-- [Preview](https://zed.dev/releases/preview), which receives updates a week ahead of stable for early adopters.
+- [Stable](https://zed.dev/download): This is the primary version that people download and use.
+- [Preview](https://zed.dev/releases/preview): which receives updates a week ahead of Stable for early adopters.
 
 Typically we cut a new minor release every Wednesday. The current Preview becomes Stable, and the new Preview contains everything on main up until that point.
 
@@ -24,7 +24,7 @@ You will need write access to the Zed repository to do this:
   - Copy the release notes from the previous Preview release(s) to the current Stable release.
   - Download the artifacts for each release and test that you can run them locally.
   - Publish the releases on GitHub.
-  - Tweet the tweets (Credentials are in 1password).
+  - Tweet the tweets (Credentials are in 1Password).
 
 ## Patch release process