Skip to content

Commit a0085c9

Browse files
committed
fix typos
1 parent 826fdcb commit a0085c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Container.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LinuxFr with Containers
22
-----------------------
33

4-
To simplify set up of a developement environment, LinuxFr.org can be
4+
To simplify set up of a development environment, LinuxFr.org can be
55
run with a container engine like Docker or Podman with the [`compose.yml`](./compose.yaml)
66
file which describes how to build all needed services.
77

@@ -21,7 +21,7 @@ Thus you need to use the `podman compose up` command to start the system.
2121
At this point, the documentation will give you `docker compose` commands, but you should be able
2222
to use `podman compose` without any issue.
2323

24-
To init the SQL database schema, you need to wait upto the `database`
24+
To init the SQL database schema, you need to wait up to the `database`
2525
container to be ready to listen MySQL connections.
2626

2727
For example, you should see in the logs:
@@ -85,7 +85,7 @@ Test modifications
8585
The compose file currently shares `./app`, `./db` and
8686
`./public` directories with the container.
8787

88-
So you can update files with your prefered IDE on your machine. Rails
88+
So you can update files with your preferred IDE on your machine. Rails
8989
will directly detect changes and apply them on next page reload.
9090

9191
Furthermore, if you need to access the Rails console, you need a second
@@ -103,7 +103,7 @@ Run application tests
103103
=====================
104104

105105
To help maintainers, we are in the process of adding tests to check the
106-
application has still the expected behaviour.
106+
application has still the expected behavior.
107107

108108
To get help about writing tests, see the
109109
[Ruby on Rails documentation](https://guides.rubyonrails.org/testing.html#the-rails-test-runner)

0 commit comments

Comments
 (0)