You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/glossary.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,11 @@ A text-based interface to run commands on your computer. The default Command Lin
52
52
53
53
A compiler is a program that translates code written in one language to another language. For example [Gatsby](#gatsby) can compile [React](#react) applications into static [HTML](#html) files.
54
54
55
-
### Components
55
+
### Component
56
56
57
57
Components are independent and re-usable chunks of code powered by [React](#react) that, when combined, make up your website or app.
58
58
59
-
A component can include components within it. In fact, [pages](#page) and [templates](#templates) are examples of components.
59
+
A component can include components within it. In fact, [pages](#page) and [templates](#template) are examples of components.
60
60
61
61
### Config
62
62
@@ -158,7 +158,7 @@ A programming language that helps us make the web dynamic and interactive. [Java
158
158
159
159
### MDX
160
160
161
-
Extends [Markdown](#markdown) to support [React](#react)[components](#components) within your content.
161
+
Extends [Markdown](#markdown) to support [React](#react)[components](#component) within your content.
162
162
163
163
### Markdown
164
164
@@ -190,7 +190,7 @@ A package usually describes a [JavaScript](#javascript) program that has additio
190
190
191
191
An [HTML](#html) page.
192
192
193
-
This also often refers to [components](#components) that live in `/src/pages/` and are converted to pages by [Gatsby](#gatsby), as well as [pages created dynamically](/docs/creating-and-modifying-pages/#creating-pages-in-gatsby-nodejs) in your `gatsby-node.js` file.
193
+
This also often refers to [components](#component) that live in `/src/pages/` and are converted to pages by [Gatsby](#gatsby), as well as [pages created dynamically](/docs/creating-and-modifying-pages/#creating-pages-in-gatsby-nodejs) in your `gatsby-node.js` file.
0 commit comments