mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-27 21:48:41 +02:00
refactor(website): improve wording in comments of showcase data (#6062)
* typo in comments * Update website/src/data/users.tsx Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
7c43569468
commit
c64987e2c8
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ export type User = {
|
||||||
|
|
||||||
// LIST OF AVAILABLE TAGS
|
// LIST OF AVAILABLE TAGS
|
||||||
// Available tags to assign to your site
|
// Available tags to assign to your site
|
||||||
// Please choose widely, we'll remove unappropriate tags
|
// Please choose all tags that you think might apply.
|
||||||
|
// We'll remove inappropriate tags, but it's less likely that we add tags.
|
||||||
export const Tags: Record<TagType, Tag> = {
|
export const Tags: Record<TagType, Tag> = {
|
||||||
// DO NOT USE THIS TAG: we choose sites to add to favorites
|
// DO NOT USE THIS TAG: we choose sites to add to favorites
|
||||||
favorite: {
|
favorite: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue