Skip to content

Commit 979c6b0

Browse files
Fix broken anchor in Rails Guides Guidelines
Use american english word as per the guidelines [ci skip]
1 parent c900558 commit 979c6b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/source/active_job_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ backends you need to specify the queues to listen to.
310310
Priority
311311
--------------
312312

313-
Some adapters support priorities at the job level, where jobs can be prioritised relative to others in the queue or across all queues.
313+
Some adapters support priorities at the job level, where jobs can be prioritized relative to others in the queue or across all queues.
314314

315315
You can schedule a job to run with a specific priority using [`queue_with_priority`][]:
316316

guides/source/ruby_on_rails_guides_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ API Documentation Guidelines
103103
The guides and the API should be coherent and consistent where appropriate. In particular, these sections of the [API Documentation Guidelines](api_documentation_guidelines.html) also apply to the guides:
104104

105105
* [Wording](api_documentation_guidelines.html#wording)
106-
* [English](api_documentation_guidelines.html#english)
106+
* [English](api_documentation_guidelines.html#american-english)
107107
* [Example Code](api_documentation_guidelines.html#example-code)
108108
* [Filenames](api_documentation_guidelines.html#file-names)
109109
* [Fonts](api_documentation_guidelines.html#fonts)

0 commit comments

Comments
 (0)