Skip to content

Commit 25bfc1f

Browse files
authored
Fix typo in part13a.md
Fix typo in a sentence "defining a volume fort the data", so the wrongly typed word "fort" is replaced with the word "for" as expected.
1 parent a46fcd3 commit 25bfc1f

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)