From 8b64444452809fca152a8f8f17c0e4c1438e0640 Mon Sep 17 00:00:00 2001 From: Phill <38789408+SavPhill@users.noreply.github.com> Date: Sun, 23 Oct 2022 15:33:35 +0700 Subject: [PATCH] Typo in id in URL The id in the url misses the hyphen, and doesn't link to the id correctly. --- docs/explanations/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explanations/faq.md b/docs/explanations/faq.md index b1eb22b330964f..c56dd2e0c3c6ca 100644 --- a/docs/explanations/faq.md +++ b/docs/explanations/faq.md @@ -28,7 +28,7 @@ What follows is a set of questions that have come up from the last few years of ### The Development Experience - [How do I make my own block?](#how-do-i-make-my-own-block) -- [Does Gutenberg involve editing posts/pages in the front-end?](#does-gutenberg-involve-editing-postspages-in-the-front-end) +- [Does Gutenberg involve editing posts/pages in the front-end?](#does-gutenberg-involve-editing-posts-pages-in-the-front-end) - [Given Gutenberg is built in JavaScript, how do old meta boxes (PHP) work?](#given-gutenberg-is-built-in-javascript-how-do-old-meta-boxes-php-work) - [How can plugins extend the Gutenberg UI?](#how-can-plugins-extend-the-gutenberg-ui) - [Are Custom Post Types still supported?](#are-custom-post-types-still-supported)