Skip to content

Commit 73ee20b

Browse files
author
Maxime Mangel
authored
Fix typo
1 parent e48763a commit 73ee20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/javascript/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ open Fable.Core.JsInterop
12091209
12101210
// Direct access
12111211
jsObject?myProperty
1212-
// Generates: jsObject?myProperty
1212+
// Generates: jsObject.myProperty
12131213
12141214
let pname = "myProperty"
12151215

0 commit comments

Comments
 (0)