Skip to content

Commit 01ffa37

Browse files
committed
docs: fix typo
1 parent 834cbdd commit 01ffa37

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![isolated-function logo](static/logo.png)
44

5-
# isolated functions
5+
# isolated function
66

77
> A modern solution for running untrusted code in Node.js
88

docs/src/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ section.cover {
181181
margin-bottom: 20px;
182182
}
183183

184-
#isolated-functions {
184+
#isolated-function {
185185
margin-top: 24px;
186186
}
187187

@@ -287,7 +287,7 @@ section.cover {
287287
}
288288

289289
.app-name-link::after {
290-
content: 'isolated functions';
290+
content: 'isolated function';
291291
color: var(--text);
292292
font-family: var(--title-font);
293293
font-size: 0.8125rem;

docs/src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const enhancePage = () => {
113113
}
114114

115115
if (appNameLink) {
116-
appNameLink.setAttribute('aria-label', 'isolated functions home')
116+
appNameLink.setAttribute('aria-label', 'isolated function home')
117117
}
118118

119119
setupSidebarHighlight()

docs/static/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)