From 97306ad775c56e1946d74b7d7fd6f68f2fb54028 Mon Sep 17 00:00:00 2001 From: Tal Ater Date: Tue, 23 Aug 2022 15:54:39 -0600 Subject: [PATCH] Update plugin count in part 3 of the tutorial --- docs/docs/tutorial/part-3/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial/part-3/index.mdx b/docs/docs/tutorial/part-3/index.mdx index ea1fe7950bace..e245b032ff753 100644 --- a/docs/docs/tutorial/part-3/index.mdx +++ b/docs/docs/tutorial/part-3/index.mdx @@ -35,7 +35,7 @@ Don't want to miss any future livestreams? Follow our [Gatsby Twitch channel](ht In Gatsby terms, a **plugin** is a separate npm package that you install to add extra features to your site. -There are a variety of plugins that each have different use cases. Some plugins provide pre-built components, others add analytics, others let you pull data into your site. Some plugins are built by Gatsby employees, while other plugins are built and maintained by community members. So far, there are more than 2,600 plugins to choose from. You can look through all the available plugins using the [Gatsby Plugin Library](/plugins). +There are a variety of plugins that each have different use cases. Some plugins provide pre-built components, others add analytics, others let you pull data into your site. Some plugins are built by Gatsby employees, while other plugins are built and maintained by community members. So far, there are more than 3,000 plugins to choose from. You can look through all the available plugins using the [Gatsby Plugin Library](/plugins). You can think of a plugin as an accessory for your site. You don't _need_ to use plugins - you could build out the same functionality from scratch yourself - but they save you time. They're like those fancy single-purpose cooking gadgets that peel apples or crush garlic. You could accomplish the same task using a regular knife, but it's often faster to use a tool that's built to do that one specific job really well.