From 584aa1a6a116810891bc380af22f0af825759478 Mon Sep 17 00:00:00 2001 From: Sawtaytoes Date: Mon, 10 Oct 2016 13:14:09 -0500 Subject: [PATCH] Update spelling error in README Fixed a minor spelling issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d4e706..c8e86f0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ hard to understand, that's a bug! Feel free to open a bug report. Most of Microcuke is written in synchronous JavaScript (for readability), but there are some parts that are asynchronous (using promises and callbacks). These constructs are -fairly JavaScript-specific, so if you are using microcuke as a guid to write a Cucumber +fairly JavaScript-specific, so if you are using microcuke as a guide to write a Cucumber implementation for a new language, you should probably translate that code to simple synchronous code. Here is a high level class diagram to give you an idea: