From 86346b9ec3e01f7941027f2d412458a781f09791 Mon Sep 17 00:00:00 2001 From: espr14 <46957311+espr14@users.noreply.github.com> Date: Thu, 27 Feb 2020 15:56:35 +0100 Subject: [PATCH] Typo in PLATO.md --- docs/PLATO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PLATO.md b/docs/PLATO.md index 059cd38861..34078efd2c 100644 --- a/docs/PLATO.md +++ b/docs/PLATO.md @@ -1,6 +1,6 @@ # Overview -We're using [es6-plato](https://github.com/the-simian/es6-plato) to analyze code complexity. VoTT first has to be transpiled to ES6, as es6-plato won't work direcly on TypeScript. +We're using [es6-plato](https://github.com/the-simian/es6-plato) to analyze code complexity. VoTT first has to be transpiled to ES6, as es6-plato won't work directly on TypeScript. We're also using the [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) eslint plugin for React-specific linting rules.