From 7b63af0e9194df3da898751a802f8e8d1bba340e Mon Sep 17 00:00:00 2001 From: Brian Ng Date: Mon, 20 Feb 2017 11:37:04 -0600 Subject: [PATCH] Fix typo in CONTRIBUTING.md [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e34f627436..c4bd85052b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -198,7 +198,7 @@ For both `babel-plugin-x` and `babylon`, you can easily generate an `expected.js #### Internals - AST spec ([babylon/ast/spec.md](https://github.com/babel/babylon/blob/master/ast/spec.md)) -- Versionning ([doc/design/versioning.md](./doc/design/versioning.md)) +- Versioning ([doc/design/versioning.md](./doc/design/versioning.md)) - Monorepo ([doc/design/monorepo.md](./doc/design/monorepo.md)) - Compiler environment support ([doc/design/compiler-environment-support.md](./doc/design/compiler-environment-support.md)) - Compiler assumptions ([doc/design/compiler-assumptions.md](./doc/design/compiler-assumptions.md))