mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 14:15:11 +00:00
docs: Fix some typos (#11443)
This PR fixes some typos in the docs. Release Notes: - N/A
This commit is contained in:
parent
d0c95c2f43
commit
8caca6db29
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue