This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git
The following commit(s) were added to refs/heads/master by this push:
new 5167dd2 Grammar check for README.md (#217)
5167dd2 is described below
commit 5167dd2c07ab0cc0233ee52ae5eb09500f5c819e
Author: Kenneth Paul McFarland <[email protected]>
AuthorDate: Mon Mar 18 17:08:01 2019 -0700
Grammar check for README.md (#217)
Fixes #216
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d829dc7..fcdc2ef 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
Uno makes it easy for a developer to experiment with Accumulo or Fluo in a
realistic environment.
Uno is designed for developers who need to frequently upgrade and test their
code, and do not care
about preserving data. While Uno makes it easy to setup a dev stack running
Fluo or Accumulo, it
-also makes it easy clear your data and setup your dev stack again. To avoid
inadvertent data loss,
+also makes it easy to clear your data and setup your dev stack again. To avoid
inadvertent data loss,
Uno should not be used in production.
Checkout [Muchos] for setting up Accumulo or Fluo on multiple machines.