Skip to content

Commit fef6753

Browse files
authored
Update usage.md
Fix typo: synethetic -> synthetic
1 parent fcf741b commit fef6753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ nhs_number.generate(for_region=nhs_number.REGION_ENGLAND)
9292
# ['7709030025']
9393
```
9494

95-
!!! warning "Working with synethetic / unallocated numbers only"
95+
!!! warning "Working with synthetic / unallocated numbers only"
9696
Careless use of numbers generated from this library could result in data loss, damage or compromise. You should never use numbers generated by this library in queries against live health service systems. If you want to avoid generating numbers which may have been allocated to real patients, apply the `for_region=REGION_SYNTHETIC` parameter to constrain the output of the function to only numbers from the 900000000n - 999999999n testing range.
9797

9898
## `NhsNumber` object

0 commit comments

Comments
 (0)