From 91a83b71c3eee51f11faac981034e9dc8bb6af7b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 May 2020 15:50:55 -0400 Subject: [PATCH] Docs: Fix table of contents link (#24339) --- contribute/style-guides/frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/style-guides/frontend.md b/contribute/style-guides/frontend.md index d8ff7b574e9..0d40993898d 100644 --- a/contribute/style-guides/frontend.md +++ b/contribute/style-guides/frontend.md @@ -8,7 +8,7 @@ Generally we follow the Airbnb [React Style Guide](https://github.com/airbnb/jav - [Table of Contents](#table-of-contents) - [Basic rules](#basic-rules) - [Naming conventions](#naming-conventions) - - [Files and directories naming conventions](#files-and-directories-naming-conventions) + - [File and directory naming conventions](#file-and-directory-naming-conventions) - [Code organization](#code-organization) - [Exports](#exports) - [Comments](#comments)