Skip to content

Commit f2df299

Browse files
authored
update page title
1 parent 7a2e248 commit f2df299

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default defineConfig({
8080
{ label: 'Variables', slug: 'variables' },
8181
{ label: 'WAIT command', slug: 'wait' },
8282
{ label: 'WHILE Loop', slug: 'while' },
83-
{ label: 'WHILE TRUE', slug: 'while-true' },
83+
{ label: 'Infinite Loop with WHILE TRUE', slug: 'while-true' },
8484
{ label: 'Hands-on: Spawning a Vehicle', slug: 'script-spawn-vehicle' },
8585
],
8686
},

src/content/docs/ch02/04-while-true.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: WHILE TRUE
2+
title: Infinite Loop with WHILE TRUE
33
description: Understanding infinite loops with WHILE TRUE
44
slug: while-true
55
---

0 commit comments

Comments
 (0)