Skip to content

Commit 38c1fc5

Browse files
authored
Fix typo in glossary.yaml
Change "recieved" to "received".
1 parent 1d17a5b commit 38c1fc5

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)