Skip to content

Commit d4c5e78

Browse files
authored
Merge pull request #566 from rayjasson98/rayjasson98-patch-1
Fix typo in glossary.yaml
2 parents eacbb3d + 38c1fc5 commit d4c5e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/_data/glossary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- term: 'Pre-render / Pre-generate'
4141
id: 'pre-render'
4242
summary: 'To generate the markup which represents a view of in advance of when it is required instead of just-in-time in response to requests.'
43-
definition: 'To generate the markup which represents a view in advance of when it is required. This happens during a build rather than on-demand so that web servers do not need to perform this activity for each request recieved.'
43+
definition: 'To generate the markup which represents a view in advance of when it is required. This happens during a build rather than on-demand so that web servers do not need to perform this activity for each request received.'
4444

4545
- term: 'Server render'
4646
id: 'server-render'

0 commit comments

Comments
 (0)