We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3724163 commit 7c464d6Copy full SHA for 7c464d6
1 file changed
docs/scenarios/js-dotnet-module.md
@@ -98,6 +98,6 @@ For a minimal example of this scenario, see
98
ExampleModule.StaticClass.ExampleMethod();
99
const exampleObj = new ExampleModule.ExampleClass(...args);
100
```
101
- Of course you can access properites, pass arguments to methods, get return values, and so on.
+ Of course you can access properties, pass arguments to methods, get return values, and so on.
102
Most types get automatically marshalled between JavaScript and .NET as you'd expect. For
103
details, see the [JavaScript / .NET type mappings reference](../reference/js-dotnet-types).
0 commit comments