diff --git a/docs/src/content/features/directories.md b/docs/src/content/features/directories.md index 8dfeebe..476ed71 100644 --- a/docs/src/content/features/directories.md +++ b/docs/src/content/features/directories.md @@ -114,7 +114,7 @@ From here, click the _Add directory facets_ button and repeat the process until | 11-16 years | North Somewhere | | 11-18 year | South Somewhere | -### The cannel +### The channel Next up let's create a 'Channel'. Remember, the purpose of this channel is to allow users to filter a list of secondary schools by age and location so they can find a school which meets their criteria. Here we're going to make use of the _Directory organisation_ content type, that comes out-of-the-box with LocalGov Drupal, to represent a school. @@ -148,7 +148,7 @@ Finally, we can harness the power of the LocalGov Drupal location integration so The address should autocomplete if your site is configured to do so, and it will place the point on the map. If this is incorrect, or not found, you can place the point manually. -Finally, scroll to the bottom fo the popup and click the _Save address_ button and then save the venue. +Finally, scroll to the bottom of the popup and click the _Save address_ button and then save the venue. You'll probably want to repeat this process a few times, choosing different combinations of Facets and different addresses, in order to better understand how Directories work. diff --git a/docs/src/content/features/paragraphs.md b/docs/src/content/features/paragraphs.md index 27e061b..70e615b 100644 --- a/docs/src/content/features/paragraphs.md +++ b/docs/src/content/features/paragraphs.md @@ -12,7 +12,7 @@ Paragraphs are being overhauled as part of our 2025/ 2026 'Refresh' mission. Thi * removing references to 'Page Components' which has been used as an alterative name for this feature * improving the UX for adding and editing paragraphs -* allowing pargraphs to be added to more places around your site +* allowing paragraphs to be added to more places around your site * tidying up the list of paragraphs and making it clear what each is used for. Over time some lesser used paragraphs may be deprecated ## How to use diff --git a/docs/src/content/features/publications.md b/docs/src/content/features/publications.md index 318b999..b894957 100644 --- a/docs/src/content/features/publications.md +++ b/docs/src/content/features/publications.md @@ -11,7 +11,7 @@ See an example publication on [our demo site](https://demo.localgovdrupal.org/pu The following publications have been created by our councils already (feel free to add yours to the list!): - [Wirral Council's Tax explainer](https://www.wirral.gov.uk/council-tax/council-tax-explained) - [Bracknell Forest's co-production framework](https://www.bracknell-forest.gov.uk/council-and-democracy/strategies-plans-and-policies/co-production-framework) -- [West Linsey's Countil Tax guide](https://www.west-lindsey.gov.uk/council-tax-council-bills/what-council-tax/council-tax-guide) +- [West Linsey's Council Tax guide](https://www.west-lindsey.gov.uk/council-tax-council-bills/what-council-tax/council-tax-guide) - [Bracknell Forest's Council plan overview report ](https://www.bracknell-forest.gov.uk/council-and-democracy/strategies-plans-and-policies/service-planning-and-performance/council-plan-overview-report) - [Bracknell Forest's Holiday activities and food programme annual report](https://www.bracknell-forest.gov.uk/schools-and-learning/schools/holiday-activities-and-food-programme/annual-report) diff --git a/docs/src/content/features/services.md b/docs/src/content/features/services.md index c5d16ea..f156aff 100644 --- a/docs/src/content/features/services.md +++ b/docs/src/content/features/services.md @@ -137,7 +137,7 @@ You have lots of choices about where service status messages can be displayed: * on the service landing page where this service lives * on your organisation's overall service status list (at /service-status) -* on specfic pages around your site, below the title and above the body copy for the page +* on specific pages around your site, below the title and above the body copy for the page This means users will see this content before they start reading your page. diff --git a/docs/src/content/features/subsites.md b/docs/src/content/features/subsites.md index 0ed1435..bb33d22 100644 --- a/docs/src/content/features/subsites.md +++ b/docs/src/content/features/subsites.md @@ -20,7 +20,7 @@ To use the you need [LocalGov Subsites](https://github.com/localgovdrupal/localg A Subsite contains two content types - a Subsite Overview and a Subsite Page, and a large number of content components. Most subsites will contain a single Subsite Overview, acting as the landing page for the subsite, and multiple Subsite Pages. You will need to create the Overview before creating the Page, as the Parent field is required in order to Save the page. -Both the Subsite Overview and and Subsite Page allow flexible layouts. +Both the Subsite Overview and Subsite Page allow flexible layouts. ### Banners diff --git a/docs/src/content/features/workflow.md b/docs/src/content/features/workflow.md index 5ccf1d5..5825ad6 100644 --- a/docs/src/content/features/workflow.md +++ b/docs/src/content/features/workflow.md @@ -12,7 +12,7 @@ Please see this video guide by content designer Ben Hills-Jones. ### Checking if Workflow is enabled -There's an easy way to check if Workflow is enabled on your site. If you see a'Published' toggle and a 'Save' button, Workflow is not enabled. +There's an easy way to check if Workflow is enabled on your site. If you see a 'Published' toggle and a 'Save' button, Workflow is not enabled. ![Workflow not enabled](https://github.com/user-attachments/assets/aaac5b81-61a6-4666-bcc9-448313abf2a2) @@ -26,7 +26,7 @@ If you see a 'Current state' drop down menu in the sidebar, Workflow is enabled. * **Role**: A named set of permissions that can be applied to a user account. Depending on your role and your site's custom configuration, you may not be able to do all the actions on this page. * **Revision**: Drupal lets you create a new revision every time a piece of content is updated. This allows you to track how the piece of content has changed over time on your site. [Read more on drupal.org](https://www.drupal.org/docs/administering-a-drupal-site/node-revisions). One version will be the **current revision**, indicating which version is available to logged out users. * **State**: A revision can exist in one of a number of states (Draft, Needs review, Published, Archived). If the current revision is Published it is available to logged out users. -* **Transitions**: Moving the current revision from one state to another is called a transitition. We can do this manaully by setting the state when we save a piece of content, or we can schedule a time for it to happen automatically. +* **Transitions**: Moving the current revision from one state to another is called a transition. We can do this manually by setting the state when we save a piece of content, or we can schedule a time for it to happen automatically. ## Roles