We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc146f commit 8e4bbc6Copy full SHA for 8e4bbc6
source/sdk/react-native/app-services/call-a-function.txt
@@ -40,7 +40,7 @@ Call a Function
40
41
To call a function, you can either pass its name and arguments to
42
:js-sdk:`User.callFunction() <Realm.User.html#functions>` or call the function
43
-as if it was a method on the :js-sdk:`User.functions <Realm.User.html#functions>` property.
+as if it were a method on the :js-sdk:`User.functions <Realm.User.html#functions>` property.
44
45
.. literalinclude:: /examples/generated/react-native/ts/atlas-functions.test.snippet.call-function.tsx
46
:language: typescript
0 commit comments