Skip to content

Commit 14a808f

Browse files
authoredSep 30, 2024
Fix typos (#385)
* Fix owning typo * Fix rpsec typo * Reword rspec section * Update suggested libraries * Add period * Update link * Update guide * Update newlines
1 parent d09f358 commit 14a808f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎configure_git_repository.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Please stick to it unless you have special needs.
2525

2626
## Team
2727

28-
Each project has a team ownning it. The team is named after the project: `[team-name] = [project-name]`.
28+
Each project has a team owning it. The team is named after the project: `[team-name] = [project-name]`.
2929
Thanks to this we can:
3030

3131
* see who is responsible for a project;

‎ruby_on_rails/cloudflare.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Setup Cloudflare: <https://www.cloudflare.com/a/dns/renuoapp.ch>
99

1010
Check that you:
1111
* see "1+2=3" in each app.
12-
* have been redirected to https
12+
* have been redirected to https.
1313

1414
## Crypto settings
1515

‎ruby_on_rails/rspec.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ We are now going to write a first test to ensure that the whole configuration is
120120

121121
Commit and push your changes! :tada:
122122

123-
> ⭐️ `/up` is the defualt Health check path for Rails. [Read about it in the guides](https://edgeapi.rubyonrails.org/classes/Rails/HealthController.html).\
124-
> If you want to customize the health check and add more checks, you can easily override the class `Rails::HealthController` and add your own checks.\
125-
> [Here](../templates/app/controllers/rails/health_controller.rb) you find an example that checks also the database connection.
123+
> ⭐️ The default health check path for Rails is `/up`. [Learn more in the Rails guides](https://edgeapi.rubyonrails.org/classes/Rails/HealthController.html).\
124+
> To customize the health check and add additional checks, you can override the `Rails::HealthController` class.\
125+
> You can find an example that also checks the database connection [in this file](../templates/app/controllers/rails/health_controller.rb).
126126
127127
## Verify
128128

‎ruby_on_rails/suggested_libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Here is an hopefully up-to-date version of gems which we strongly suggest to include in your project.
44
Please include them or find a good reason not to.
55

6-
:exclamation: Please follow the guide of each of these libraries to know how to properly install them. :exclamation:
6+
> :exclamation: Please follow the guide of each of these libraries to know how to properly install them.
77
88
> **:bulb:** Do you know all of them? Do you know why we'd like them to be included?
99

0 commit comments

Comments
 (0)