From 2a216bd03fb77a9092460fba23c8232a43343d48 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 1 Oct 2017 20:14:22 -0400
Subject: [PATCH] docs: fixed some of the wording on the annotation overview
 doc.

---
 docs/annotations/overview.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/annotations/overview.md b/docs/annotations/overview.md
index 131fea64..e056eddf 100644
--- a/docs/annotations/overview.md
+++ b/docs/annotations/overview.md
@@ -10,6 +10,6 @@ name were to change. It is important to note that when a method is explicitly de
 the method signature can be anything.
 
 Method names that are annotated must have one of the following prefixes: add, get, remove, set, is. Exactly which 
-prefixes are varies from one annotation to the next so see the annotations detailed documentation to make that
-determination. It is also possible to override this behavior by setting the operation argument availible on most
-annotations which defaults to `AUTO` when not specified.
+prefixes are allowed varies from one annotation to the next so see the annotation's detailed documentation to make that
+determination. It is also possible to override this behavior by setting the `operation` argument available on most
+annotations which defaults to `AUTO`.
-- 
GitLab