Skip to content

Commit 31a20c8

Browse files
authored
Merge pull request #2860 from TarmoJussila/patch-1
Fix typo in part13a.md
2 parents a46fcd3 + 25bfc1f commit 31a20c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/13/en/part13a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ postgres=#
156156
```
157157

158158
Defined in this way, the data stored in the database is persisted only as long as the container exists. The data can be preserved by defining a
159-
[volume](/en/part12/building_and_configuring_environments#persisting-data-with-volumes) fort the data, see more
159+
[volume](/en/part12/building_and_configuring_environments#persisting-data-with-volumes) for the data, see more
160160
[here](https://github.com/docker-library/docs/blob/master/postgres/README.md#pgdata).
161161

162162
#### Using the psql console

0 commit comments

Comments
 (0)