From 317ce236e885871eb026df812bfa5353537c3266 Mon Sep 17 00:00:00 2001 From: LSH Date: Tue, 10 Sep 2019 17:17:00 +0930 Subject: [PATCH] fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e63cbe1..af1e189 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A Clojure library designed to provide GraphQL implementation. ## What's new in version 0.2 1. Simplified APIs -2. Rewrite schema and query validator for simplicity and robostness. +2. Rewrite schema and query validator for simplicity and robustness. 3. Separate parser and validator for schema and query. 4. High performance java parser