From 6af7b6aaa3aeb1f3fd6c1e32bb69df3616ce77a7 Mon Sep 17 00:00:00 2001 From: Andres Galante Date: Wed, 9 Oct 2019 15:03:46 -0300 Subject: [PATCH] adds code formatting to contributing guidelines (#6119) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index faa7f3e2..756a2efe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ Once you have babel running in watch mode, you can start making changes to parse ### Good to know: -* The lib/ folder is not commited, so never make changes in there. +* The `lib/` folder is not commited, so never make changes in there. * Always make changes to files in the `src/` folder. * All the tests should point to sources in the `lib/` folder.