Skip to content

Commit 8becc53

Browse files
authored
Merge pull request #184 from mccrackend/patch-1
Documentation typo, fixing broken link
2 parents c6e865b + a2a136a commit 8becc53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/getting-started/admin-gui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This plugin ships with a React app which can be accessed from the settings page
1010
**Pro tip:**
1111
By clicking on one of the items in the diff table you can see the exact difference between sync dir and database in a git-style diff viewer.
1212

13-
<img src="/img/assets/admin-diff-viewer.png" alt="Config diff in admin" />
13+
![Config diff in admin](/img/assets/admin-diff-viewer.png)

docs/docs/getting-started/motivation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /motivation
66

77
# 💡 Motivation
88

9-
In Strapi we come across what I would call config types. These are models of which the records are stored in our database, just like content types. Though the big difference here is that your code ofter relies on the database records of these types.
9+
In Strapi we come across what I would call config types. These are models of which the records are stored in our database, just like content types. Though the big difference here is that your code often relies on the database records of these types.
1010

1111
Having said that, it makes sense that these records can be exported, added to git, and be migrated across environments. This way we can make sure we have all the data our code relies on, on each environment.
1212

0 commit comments

Comments
 (0)