From a38cc547392cc1a30ff92b28994754287cf8c255 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Wed, 9 Sep 2020 19:30:14 +0800 Subject: [PATCH] docs/Documentation.md: fix typo in sample --- docs/Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Documentation.md b/docs/Documentation.md index 8a90768ccc..bc5e750eb1 100644 --- a/docs/Documentation.md +++ b/docs/Documentation.md @@ -787,7 +787,7 @@ let add a b = #endif ``` -`{ defaultConfig with StriceMode = true }` +`{ defaultConfig with StrictMode = true }` ```fsharp let add a b = a + b @@ -818,4 +818,4 @@ See [CodeFormatter.fsi](../src/Fantomas/CodeFormatter.fsi) to view the public AP Fantomas also exposes some less official helper functions when formatting code in FAKE scripts. Checkout the [FAKE sample](../fake-sample/README.md) for more details. -These functions are not consider to be part of the public API, so they could be improved without the need to bump the major version. \ No newline at end of file +These functions are not consider to be part of the public API, so they could be improved without the need to bump the major version.