Skip to content

Commit 51991f2

Browse files
committed
change tutorials to singular
1 parent c42eb94 commit 51991f2

File tree

267 files changed

+1652
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+1652
-15
lines changed

src/fs/fixtures/full_docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export default [
405405
"---\ntitle: Integrations\n---\n\nSee [sveltejs/integrations](https://github.com/sveltejs/integrations#sveltekit) for examples of setting up popular tools like PostCSS, Tailwind CSS, mdsvex, Firebase, GraphQL, and Bulma.",
406406
},
407407
],
408-
tutorials: [
408+
tutorial: [
409409
{
410410
name: "01-introduction",
411411
content: [

src/fs/fixtures/output-repo-3.js

Lines changed: 1638 additions & 1 deletion
Large diffs are not rendered by default.

src/fs/fixtures/output-repo-4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ export default {
500500
],
501501
},
502502
{
503-
name: "tutorials",
503+
name: "tutorial",
504504
is_dir: true,
505505
content: [
506506
{

src/fs/fixtures/recursive_output-2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ export default {
494494
],
495495
},
496496
{
497-
name: "tutorials",
497+
name: "tutorial",
498498
is_dir: true,
499499
content: [
500500
{

src/fs/fixtures/recursive_output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ export default {
494494
],
495495
},
496496
{
497-
name: "tutorials",
497+
name: "tutorial",
498498
is_dir: true,
499499
content: [
500500
{

0 commit comments

Comments
 (0)