Skip to content

Commit f24b13f

Browse files
authored
docs: remove unneeded zero width space in titles (#15884)
1 parent ee1af5b commit f24b13f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/releases.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Vite releases follow [Semantic Versioning](https://semver.org/). You can see the
44

55
A full changelog of past releases is [available on GitHub](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md).
66

7-
## Release Cycle
7+
## Release Cycle
88

99
Vite does not have a fixed release cycle.
1010

@@ -18,7 +18,7 @@ The Vite team partners with the main projects in the ecosystem to test new Vite
1818

1919
## Semantic Versioning Edge Cases
2020

21-
### TypeScript Definitions
21+
### TypeScript Definitions
2222

2323
We may ship incompatible changes to TypeScript definitions between minor versions. This is because:
2424

@@ -34,16 +34,16 @@ We may ship incompatible changes to TypeScript definitions between minor version
3434

3535
Non-LTS Node.js versions (odd-numbered) are not tested as part of Vite's CI, but they should still work before their [EOL](https://endoflife.date/nodejs).
3636

37-
## Pre Releases
37+
## Pre Releases
3838

3939
Minor releases typically go through a non-fixed number of beta releases. Major releases will go through an alpha phase and a beta phase.
4040

4141
Pre-releases allow early adopters and maintainers from the Ecosystem to do integration and stability testing, and provide feedback. Do not use pre-releases in production. All pre-releases are considered unstable and may ship breaking changes in between. Always pin to exact versions when using pre-releases.
4242

43-
## Deprecations
43+
## Deprecations
4444

4545
We periodically deprecate features that have been superseded by better alternatives in Minor releases. Deprecated features will continue to work with a type or logged warning. They will be removed in the next major release after entering deprecated status. The [Migration Guide](https://vitejs.dev/guide/migration.html) for each major will list these removals and document an upgrade path for them.
4646

47-
## Experimental Features
47+
## Experimental Features
4848

4949
Some features are marked as experimental when released in a stable version of Vite. Experimental features allows us to gather real-world experience to influence their final design. The goal is to let users provide feedback by testing them in production. Experimental features themselves are considered unstable, and should only be used in a controlled manner. These features may change between Minors, so users must pin their Vite version when they rely on them. We will create [a GitHub discussion](https://github.com/vitejs/vite/discussions/categories/feedback?discussions_q=is%3Aopen+label%3Aexperimental+category%3AFeedback) for each experimental feature.

0 commit comments

Comments
 (0)