Skip to content

Commit ee08fa1

Browse files
authored
docs: Better copy (#901)
1 parent fd8c581 commit ee08fa1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quick Start
2+
title: Quick start
33
description: Learn how to create, run, and manage Actors using Apify CLI.
44
---
55

website/sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = [
1313
{
1414
type: 'doc',
1515
id: 'quick-start',
16-
label: 'Quick Start',
16+
label: 'Quick start',
1717
},
1818
{
1919
type: 'doc',
@@ -27,7 +27,7 @@ module.exports = [
2727
},
2828
{
2929
type: 'category',
30-
label: 'Use Cases',
30+
label: 'Use cases',
3131
items: [
3232
{
3333
type: 'doc',

website/versioned_sidebars/version-1.1.0-sidebars.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"type": "doc",
1515
"id": "quick-start",
16-
"label": "Quick Start"
16+
"label": "Quick start"
1717
},
1818
{
1919
"type": "doc",
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"type": "category",
30-
"label": "Use Cases",
30+
"label": "Use cases",
3131
"items": [
3232
{
3333
"type": "doc",

0 commit comments

Comments
 (0)