Skip to content

Commit

Permalink
Fix vale errors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles committed Nov 21, 2024
1 parent ac9b64d commit fe6aa82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ to an external webpage, and add the following alert pop-up after the user clicks

image::settings/allowed_external_domains_pop-up.png[Pop-up that appears when clicking any external domains on Decidim]

It warns participants that they are leaving your instance.
It warns participants that they're leaving your instance.

== Allow an external domains

Expand Down
2 changes: 1 addition & 1 deletion docs/en/modules/admin/pages/settings/appearance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In this page you can configure the look and feel of your Decidim instance.

NOTE: Please mind that this would be incompatible with some of the changes that your implementers could make in your general installation.
For instance if there were changes in the xref:customize:styles.adoc[Styles] some parameters could not be applied as expected.
For instance if there were changes in the xref:customize:styles.adoc[Styles] some parameters couldn't be applied as expected.

Check warning on line 6 in docs/en/modules/admin/pages/settings/appearance.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be applied'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be applied').", "location": {"path": "docs/en/modules/admin/pages/settings/appearance.adoc", "range": {"start": {"line": 6, "column": 103}}}, "severity": "INFO"}

== Edit homepage appearance

Expand Down
10 changes: 5 additions & 5 deletions docs/en/modules/admin/pages/settings/areas.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

include::partial$deprecated.adoc[]

Areas are all the sectors that an Organization can have.
Areas are all the sectors that an organization can have.

They are pretty similar to xref:admin:settings/scopes.adoc[scopes], meaning that they are a way of allowing a better navigation and filtering in the spaces and components.
Areas re pretty similar to xref:admin:settings/scopes.adoc[scopes], meaning that they're a way of allowing a
better navigation and filtering in the spaces and components.

We don't recommend using them, as probably in the future they will be removed.

You can read more information about the history of Areas in this https://github.com/decidim/decidim/issues/3540#issuecomment-427324532[GitHub comment].
You can read more information about the history of Areas in
this https://github.com/decidim/decidim/issues/3540#issuecomment-427324532[GitHub comment].
2 changes: 1 addition & 1 deletion docs/en/modules/admin/pages/settings/help_sections.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ image::settings/help_sections_backend.png[Help sections: backend]

You can hide these information boxes by leaving the contents all empty for every language.

image::settings/help_sections_disable_backend.png[Disable help section in admin]
image::settings/help_sections_disable_backend.png[Disable help section in administration]

0 comments on commit fe6aa82

Please sign in to comment.