Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Mar 16, 2024
1 parent 4756be8 commit c0420ef
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar: false
---

# 😎 Account
# Account

The account created on install is the **admin account**, which can can be modified. Additional administrators can be also added.

Expand Down
2 changes: 1 addition & 1 deletion dashboard/albums.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar: false
---

# 🗂 Albums
# Albums

`/dashboard/albums`

Expand Down
2 changes: 1 addition & 1 deletion dashboard/bulk-importer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 📥 Bulk importer
# Bulk importer

`/dashboard/bulk-importer`

Expand Down
2 changes: 1 addition & 1 deletion dashboard/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar: false
---

# 🏞 Images
# Images

`/dashboard/images`

Expand Down
12 changes: 6 additions & 6 deletions dashboard/naming.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

return [
'stats.md' => '📈 Stats',
'images.md' => '🏞 Images',
'albums.md' => '🗂 Albums',
'users.md' => '🙂 Users',
'bulk-importer.md' => '📥 Bulk importer',
'settings.md' => '⚙️ Settings',
'stats.md' => 'Stats',
'images.md' => 'Images',
'albums.md' => 'Albums',
'users.md' => 'Users',
'bulk-importer.md' => 'Bulk importer',
'settings.md' => 'Settings',
];
2 changes: 1 addition & 1 deletion dashboard/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar: false
---

# ⚙️ Settings
# Settings

`/dashboard/settings`

Expand Down
2 changes: 1 addition & 1 deletion dashboard/stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar: false
---

# 📈 Stats
# Stats

`/dashboard`

Expand Down
2 changes: 1 addition & 1 deletion dashboard/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar: false
---

# 🙂 Users
# Users

`/dashboard/users`

Expand Down
2 changes: 1 addition & 1 deletion features/login-providers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🔌 Login providers
# Login providers

Chevereto includes support for login providers, enabling your users to sign up by connecting an already existan account in a login provider.

Expand Down
4 changes: 2 additions & 2 deletions features/naming.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

return [
'external-storage.md' => '🪣 External storage',
'login-providers.md' => '🔌 Login providers',
'external-storage.md' => 'External storage',
'login-providers.md' => 'Login providers',
];

0 comments on commit c0420ef

Please sign in to comment.