Skip to content

Commit 19cee96

Browse files
authored
chore: fix flaws in {{Next}} + {{NextMenu}} macros (#43734)
1 parent c09036b commit 19cee96

File tree

2 files changed

+3
-3
lines changed
  • files/en-us/learn_web_development
    • core/frameworks_libraries/svelte_getting_started
    • getting_started/web_standards/how_the_web_works

2 files changed

+3
-3
lines changed

files/en-us/learn_web_development/core/frameworks_libraries/svelte_getting_started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page-type: learn-module-chapter
55
sidebar: learnsidebar
66
---
77

8-
{{NextMenu("Learn_web_development/Core/Frameworks_libraries/Svelte_todo_list_beginning", "Learn_web_development/Core/Frameworks_libraries")}}
8+
{{NextMenu("Learn_web_development/Core/Frameworks_libraries/Svelte_Todo_list_beginning", "Learn_web_development/Core/Frameworks_libraries")}}
99

1010
In this article we'll provide a quick introduction to the [Svelte framework](https://svelte.dev/). We will see how Svelte works and what sets it apart from the rest of the frameworks and tools we've seen so far. Then we will learn how to set up our development environment, create a sample app, understand the structure of the project, and see how to run it locally and build it for production.
1111

@@ -507,4 +507,4 @@ In Svelte:
507507
- The top-level variables of a component constitute its state.
508508
- Reactivity is fired just by assigning a new value to a top-level variable.
509509

510-
{{NextMenu("Learn_web_development/Core/Frameworks_libraries/Svelte_todo_list_beginning", "Learn_web_development/Core/Frameworks_libraries")}}
510+
{{NextMenu("Learn_web_development/Core/Frameworks_libraries/Svelte_Todo_list_beginning", "Learn_web_development/Core/Frameworks_libraries")}}

files/en-us/learn_web_development/getting_started/web_standards/how_the_web_works/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page-type: tutorial-chapter
55
sidebar: learnsidebar
66
---
77

8-
{{NextMenu("Learn_web_development/Getting_started/Web_standards/The_Web_standards_model", "Learn_web_development/Getting_started/Web_standards")}}
8+
{{NextMenu("Learn_web_development/Getting_started/Web_standards/The_web_standards_model", "Learn_web_development/Getting_started/Web_standards")}}
99

1010
_How the web works_ provides a high-level description of what happens when you use a web browser to navigate to a web page, explaining the magic that goes on behind the scenes to deliver the relevant code to your computer for the browser to assemble into something you can look at.
1111

0 commit comments

Comments
 (0)