From ad6f11df46c182a459c37ecb919dd46e6c28d879 Mon Sep 17 00:00:00 2001 From: Peter Zalewski Date: Tue, 17 Apr 2018 11:25:06 -0400 Subject: [PATCH] Fix typo --- flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow.md b/flow.md index c5bc83b1f..62193aede 100644 --- a/flow.md +++ b/flow.md @@ -137,7 +137,7 @@ a.name = null // ✓ OK a.name = undefined // ✓ OK ``` -This makes an `Album` valid even if `artist` is not part of the keys. This is different from "maybe" types. +This makes an `Album` valid even if `name` is not part of the keys. This is different from "maybe" types. See: [Optional properties](https://flow.org/en/docs/types/primitives/#toc-optional-object-properties)