-
Notifications
You must be signed in to change notification settings - Fork 29k
[DOCS] Fix typo in docs #16658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Fix typo in docs #16658
Conversation
|
Test build #71715 has finished for PR 16658 at commit
|
|
cc @srowen |
|
To cut down on the number of these PRs, please spend some time to spell check the other docs too. |
|
@srowen I have checked on one sweep of all the docs. |
docs/index.md
Outdated
| Users can also download a "Hadoop free" binary and run Spark with any Hadoop version | ||
| [by augmenting Spark's classpath](hadoop-provided.html). | ||
| Scala and Java users can include Spark in their projects using its maven cooridnates and in the future Python users can also install Spark from PyPI. | ||
| Scala and Java users can include Spark in their projects using its maven coordinates and in the future Python users can also install Spark from PyPI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even here, maven -> Maven. That's the kind of other thing you can fix while you're at it, please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
|
Test build #71915 has finished for PR 16658 at commit
|
|
Merged to master |
## What changes were proposed in this pull request? Fix typo in docs ## How was this patch tested? Author: uncleGen <[email protected]> Closes apache#16658 from uncleGen/typo-issue.
## What changes were proposed in this pull request? Fix typo in docs ## How was this patch tested? Author: uncleGen <[email protected]> Closes apache#16658 from uncleGen/typo-issue.
What changes were proposed in this pull request?
Fix typo in docs
How was this patch tested?