docs: fix 15 typos in blog posts#159
Open
Avicennasis wants to merge 1 commit into
Open
Conversation
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.
Summary
Fix 15 typos and grammar issues across 7 blog posts:
_posts/2020-03-24-introducing-kafka-player.md: look → looks (subject-verb agreement)_posts/2018-04-18-bandits-for-the-win.md: "diversity of rows are" → "is" (subject-verb agreement); "cannot understate" → "cannot overstate" (malapropism)_posts/2019-12-23-data-eng-in-2020.md: axis → axes (plural); "need to substantial" → "need to make substantial" (missing verb); added missing period at end of article_posts/2020-09-15-integrating-databricks-and-datadog.md: applicatin → application; "To initializing" → "To initialize"; emtrics → metrics_posts/2020-03-02-breaking-up-the-dag-repo.md: "DAGs to present" → "to be present"; builtin → built-in; "is setup to" → "is set up to"_posts/2019-12-30-migrating-kafka-to-aws.md: deloyment → deployment_posts/2019-08-28-real-time-data-platform.md: "Editors note" → "Editor's note"; "made made" → "made" (duplicate word)No functional changes — comments and documentation only.
Note
Low Risk
Markdown documentation edits only; no application code, config, or runtime behavior changes.
Overview
Corrects 15 spelling and grammar issues across seven engineering blog posts under
_posts/, with no content or structural changes beyond wording.Fixes include subject–verb agreement (looks, is important), the malapropism cannot overstate, plural axes, missing make and a closing period in the data-eng post, typos (deployment, application, metrics, built-in), phrasing (to be present, set up, To initialize), Editor's note, and a duplicated made.
Reviewed by Cursor Bugbot for commit 9da7dd6. Bugbot is set up for automated code reviews on this repo. Configure here.