From 1e6ce7b15b89db83b531c738a6cda211a99fe6e0 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 20 Apr 2016 13:47:26 -0400 Subject: [PATCH] Backticks --- js-project-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-project-guidelines.md b/js-project-guidelines.md index 0564d853..1e708c64 100644 --- a/js-project-guidelines.md +++ b/js-project-guidelines.md @@ -203,7 +203,7 @@ after_success: ##### `.gitignore` To avoid checking in unwanted files, the `.gitignore` file should follow -the [example](examples/.gitignore). This is if you are using `aegir` - smaller projects can use smaller .gitignore files. +the [example](examples/.gitignore). This is if you are using `aegir` - smaller projects can use smaller `.gitignore` files. ##### `.npmignore`