Fix typos and broken links in docs, changelogs and build config - #3857
Closed
olitreadwell wants to merge 1 commit into
Closed
olitreadwell wants to merge 1 commit into
olitreadwell wants to merge 1 commit into
Conversation
simolus3
reviewed
Sep 10, 2026
| ### Window functions | ||
|
|
||
| In addition to aggregate expressions and `groupBy`, drift supports [window functions](https://en.wikipedia.org/wiki/Window_function_(SQL)). | ||
| In addition to aggregate expressions and `groupBy`, drift supports [window functions](https://en.wikipedia.org/wiki/Window_function_%28SQL%29). |
| !!! note "This section may be outdated" | ||
|
|
||
| The Dart package for Electric referenced here refers to an [older version of Electric SQL](https://legacy.electric-sql.com/), | ||
| The Dart package for Electric referenced here refers to an [older version of Electric SQL](https://electric-sql.com/), |
Owner
There was a problem hiding this comment.
Even the new ElectricSQL is kind of dead at this point, so we should probably just remove the entire section.
Owner
|
Merged in 00d2f2e, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Fix several typos and two broken links across the docs, changelogs and build config.
thatsbecomesthat'sin the drift file API docs.compatiblityin the drift changelog andwhereever,unecessary,correcltyin the drift_dev changelog.unecessaryin the sqlparser changelog.ExludetoExcludein the drift build and test configs.Why
All changes are meaning-preserving trivial fixes from a cleanup pass over the repo.
The Wikipedia link genuinely 404s because its closing parenthesis is missing, and the legacy.electric-sql.com link no longer loads.
The other changes are plain misspellings in user-facing docs, changelogs and build-config comments.
How to verify