From 8d6cf48b4116194ead2886fd13571c518e92f2a4 Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Sun, 10 Apr 2022 17:27:39 +0300 Subject: [PATCH] docs: typo cleanup --- docs/coding-style.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/coding-style.md b/docs/coding-style.md index e33bd4c..5ad0991 100644 --- a/docs/coding-style.md +++ b/docs/coding-style.md @@ -13,7 +13,6 @@ # React - create one file per one component (tiny helper components in the same file are fine) -- if - name file identically to the component it describes (e.g. `const DisplayForecasts: React.FC = ...` in `DisplayForecasts.ts`) - use named export instead of default export for all React components - it's better for refactoring