Skip to content

Commit ca3ae4f

Browse files
committed
Edit blog
1 parent 2690c60 commit ca3ae4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/web/content/blog/build-time-components.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ It's called HTML abstract syntax tree, but it won't be used to generate HTML, it
145145

146146
If there are any rehype plugins, they will be applied to the hast, one by one.
147147

148-
At this stage is common to add, for example, syntax highlighting to code blocks. A rehype plugin will find any `pre` element and replace its content with styled `span`s.
148+
At this stage is common to add, for example, syntax highlighting to code blocks: a rehype plugin will find any `pre` element and replace its content with styled `span`s.
149149

150150
### !next
151151

@@ -444,7 +444,7 @@ export default function Page() {
444444

445445
### !next
446446

447-
Since _`function Page()`_ is a server component, it will be run at build-time and replaced by its result.
447+
Since _`function Page()`_ is a server component, it will be run at build-time and replaced by its result (not 100% true, but it's a good mental model).
448448

449449
The output of _`function Page()`_ is:
450450

@@ -522,7 +522,7 @@ In the talk [Mind the Gap](https://www.youtube.com/watch?v=zqhE-CepH2g), Ryan Fl
522522

523523
This same technology that abstracted the network layer is also abstracting the build-time layer.
524524

525-
I hope these wins in developer experience translate into [richer](/blog/rich-content-websites) content-driven websites.
525+
I'm optimistic that these wins in developer experience will translate into [richer](/blog/rich-content-websites) content-driven websites.
526526

527527
---
528528

0 commit comments

Comments
 (0)