Skip to content

Commit af6fe03

Browse files
committed
docs(database): change title
1 parent 8c86d1f commit af6fe03

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

docs/auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ It's because we use `JWT`. `JWTs` are stateless, so we can't revoke them, but do
180180

181181
---
182182

183-
Previous: [Working with database](database.md)
183+
Previous: [Database](database.md)
184184

185185
Next: [Serialization](serialization.md)

docs/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ npm run add:property:to-all-db
8989

9090
Previous: [Architecture](architecture.md)
9191

92-
Next: [Working with database](database.md)
92+
Next: [Database](database.md)

docs/database.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Work with database
2-
3-
---
1+
# Database
42

53
## Table of Contents <!-- omit in toc -->
64

docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- [Installing and Running](installing-and-running.md)
99
- [Architecture](architecture.md)
1010
- [Command Line Interface](cli.md)
11-
- [Working with database](database.md)
11+
- [Database](database.md)
1212
- [Auth](auth.md)
1313
- [Serialization](serialization.md)
1414
- [File uploading](file-uploading.md)

0 commit comments

Comments
 (0)