Skip to content

Commit 7c464d6

Browse files
authored
Fix typo (microsoft#445)
1 parent 3724163 commit 7c464d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/js-dotnet-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ For a minimal example of this scenario, see
9898
ExampleModule.StaticClass.ExampleMethod();
9999
const exampleObj = new ExampleModule.ExampleClass(...args);
100100
```
101-
Of course you can access properites, pass arguments to methods, get return values, and so on.
101+
Of course you can access properties, pass arguments to methods, get return values, and so on.
102102
Most types get automatically marshalled between JavaScript and .NET as you'd expect. For
103103
details, see the [JavaScript / .NET type mappings reference](../reference/js-dotnet-types).

0 commit comments

Comments
 (0)