From 2170e917bd0576fe28dcd9d4d5ce3f4f0a406161 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Sat, 31 Jan 2015 23:59:35 +0800 Subject: [PATCH] :memo: Minor punctuation fix. --- docs/writing-specs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-specs.md b/docs/writing-specs.md index 99c56011b..c0e406bb8 100644 --- a/docs/writing-specs.md +++ b/docs/writing-specs.md @@ -12,7 +12,7 @@ Atom uses [Jasmine](http://jasmine.github.io/2.0/introduction.html) as its spec 0. Add one or more `describe` methods - The `describe` method takes two arguments, a description and a function. If the description explains a behavior it typically begins with `when` if it is more like a unit test it begins with the method name. + The `describe` method takes two arguments, a description and a function. If the description explains a behavior it typically begins with `when`; if it is more like a unit test it begins with the method name. ```coffee describe "when a test is written", ->