Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-apply typo fix from #442 on latest main with signed commit #477

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/patterns/write-effective-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: pattern
order: 1
title: Write effective documentation
date: 2023-07-18
date: 2024-11-06
tags:
- Ways of working
- Documentation
Expand Down Expand Up @@ -64,7 +64,7 @@ Avoid making assumptions about your audience's knowledge. Different users need d

### Make your content accessible and inclusive

Accessibility is the law. You should [familiarise yourself with the WCAG principles](https://www.gov.uk/service-manual/helping-people-to-use-your-service/understanding-wcag) and the [Home Office Accesibility Standard](https://design.homeoffice.gov.uk/accessibility/standard).
Accessibility is the law. You should [familiarise yourself with the WCAG principles](https://www.gov.uk/service-manual/helping-people-to-use-your-service/understanding-wcag) and the [Home Office Accessibility Standard](https://design.homeoffice.gov.uk/accessibility/standard).

#### Write with a digital audience in mind

Expand Down
Loading