From c746ef23e093987d786b104b336b63ddb47e1eaf Mon Sep 17 00:00:00 2001 From: vsoch Date: Tue, 3 May 2022 17:44:13 -0600 Subject: [PATCH] typo Signed-off-by: vsoch --- docs/_docs/user-docs/recipe-funcs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/user-docs/recipe-funcs.md b/docs/_docs/user-docs/recipe-funcs.md index 08d36b40..211685b3 100644 --- a/docs/_docs/user-docs/recipe-funcs.md +++ b/docs/_docs/user-docs/recipe-funcs.md @@ -62,7 +62,7 @@ REPLACE ReferringPhysicianName deid_func:pydicom_uuid The default uses `stable_remapping=true`, which means we use the original UUID as entropy to be able to consistently return the same value between runs. You can disable it, however -it's not recommeneded (but maybe could be appropriate for your use case). +we do not recommended it (but maybe could be appropriate for your use case). You can also optionally define a custom prefix. Note that it needs to match the regular expression `^(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))*\\.$` which (in spoken terms)