Skip to content

DOCSP-16785 the the typo #3297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e3f1919
chunk of typos fixes
osharaf-mdb Jun 12, 2024
a5f2eba
second chunk of typo changes + metadata
osharaf-mdb Jun 12, 2024
2dbce70
Update temp/dotnet/app-services/call-a-function.txt
osharaf-mdb Jun 13, 2024
f476032
Update temp/cpp/users/custom-user-data.txt
osharaf-mdb Jun 13, 2024
a507f7c
Update temp/dotnet/app-services/call-a-function.txt
osharaf-mdb Jun 13, 2024
752bd51
Update temp/dotnet/manage-users/custom-user-data.txt
osharaf-mdb Jun 13, 2024
0935747
Update temp/swift/sync/write-to-synced-realm.txt
osharaf-mdb Jun 13, 2024
b013f3a
Update temp/flutter/sync/write-to-synced-realm.txt
osharaf-mdb Jun 13, 2024
07cb5bb
Update temp/node/users/authenticate-users.txt
osharaf-mdb Jun 13, 2024
b151cf2
Update temp/swift/swiftui/swiftui-previews.txt
osharaf-mdb Jun 13, 2024
1b28e92
Update temp/flutter/users/custom-user-data.txt
osharaf-mdb Jun 13, 2024
fec9d80
Update temp/java/quick-starts/livedata.txt
osharaf-mdb Jun 13, 2024
76035ea
Update temp/kotlin/users/custom-user-data.txt
osharaf-mdb Jun 13, 2024
28cf5f6
Update temp/swift/users/custom-user-data.txt
osharaf-mdb Jun 13, 2024
0ea935c
Update swiftui-previews.txt
osharaf-mdb Jun 14, 2024
28dc07b
Update temp/cpp/users/custom-user-data.txt
osharaf-mdb Jun 18, 2024
50f91a4
Update temp/flutter/users/custom-user-data.txt
osharaf-mdb Jun 18, 2024
5958272
Update temp/node/users/authenticate-users.txt
osharaf-mdb Jun 18, 2024
2ab9fed
Update temp/kotlin/users/custom-user-data.txt
osharaf-mdb Jun 18, 2024
0156b47
Update temp/swift/swiftui/swiftui-previews.txt
osharaf-mdb Jun 18, 2024
61c3f36
Update temp/swift/sync/write-to-synced-realm.txt
osharaf-mdb Jun 18, 2024
560d9ff
Update temp/swift/users/custom-user-data.txt
osharaf-mdb Jun 18, 2024
e8f75da
Merge branch 'feature-consolidated-sdk-docs' into DOCSP-16785-the-the…
osharaf-mdb Jun 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ Prepare docs for C++ GA release, including:
- Model Data
- Define an Object Model: Update info for C# nullable reference types and nullable-aware context, add a Bluehawked code example
- Data Binding: Move a section about data binding and MVVM from Define an Object Model to Data Binding page
- React to Changes: Add a callout with info about binding data to the UI and a link to the the Data Binding page
- React to Changes: Add a callout with info about binding data to the UI and a link to the Data Binding page

## Node.js SDK

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public void handleManualReset(App app, SyncSession session, ClientResetRequiredE

Log.w("EXAMPLE", "Opened a fresh instance of the realm.");

// Open the the realm backup -- as a dynamic realm
// Open the realm backup -- as a dynamic realm
// (no formal schema; access all data through field lookups)
DynamicRealm backupRealm = DynamicRealm.getInstance(error.getBackupRealmConfiguration());
Log.w("EXAMPLE", "Opened the backup realm.");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class ClientResetTest : RealmTest() {
}
Log.w("EXAMPLE", "Opened a fresh instance of the realm.")

// Open the the realm backup -- as a dynamic realm
// Open the realm backup -- as a dynamic realm
// (no formal schema; access all data through field lookups)
val backupRealm =
DynamicRealm.getInstance(error.backupRealmConfiguration)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ describe('Update Data Tests', () => {
);
const carWashTask = assertionRealm.objectForPrimaryKey(Task, 1234);

// Test that the the 'Wash the car' task was upserted, and progressMinutesText is now displaying 5 minutes progressed
// Test that the 'Wash the car' task was upserted, and progressMinutesText is now displaying 5 minutes progressed
expect(progressMinutesText.children.toString()).toBe('5');
expect(carWashTask.progressMinutes).toBe(5);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void handleManualReset(App app, SyncSession session, ClientResetRequiredE

Log.w("EXAMPLE", "Opened a fresh instance of the realm.");

// Open the the realm backup -- as a dynamic realm
// Open the realm backup -- as a dynamic realm
// (no formal schema; access all data through field lookups)
DynamicRealm backupRealm = DynamicRealm.getInstance(error.getBackupRealmConfiguration());
Log.w("EXAMPLE", "Opened the backup realm.");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fun handleManualReset(app: App, session: SyncSession?, error: ClientResetRequire
}
Log.w("EXAMPLE", "Opened a fresh instance of the realm.")

// Open the the realm backup -- as a dynamic realm
// Open the realm backup -- as a dynamic realm
// (no formal schema; access all data through field lookups)
val backupRealm =
DynamicRealm.getInstance(error.backupRealmConfiguration)
Expand Down
2 changes: 1 addition & 1 deletion source/includes/aggregation-stages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ but replaces the array value with the array element in each copy.

#. Use ``$group`` stage with ``$addToSet`` to create new documents
for each ``type`` with a new field ``colors`` that contains an array
of all the the colors for that flower type that occur in the collection.
of all the colors for that flower type that occur in the collection.
#. Use ``$unwind`` stage to create separate documents for each combination of
type and color.
#. Use ``$sort`` stage to sort the results in alphabetical order.
Expand Down
8 changes: 7 additions & 1 deletion temp/cpp/users/custom-user-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Custom User Data - C++ SDK
==========================

.. meta::
:description: Learn how to create custom user data using the Atlas Device SDK for C++.
.. facet::
:name: genre
:values: tutorial

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -52,7 +58,7 @@ Create a User's Custom Data Document

To create custom user data for a user, create a MongoDB document in the
custom user data collection. The user ID field of the document should
contain the the user's user ID.
contain the user's user ID.

.. tip::

Expand Down
9 changes: 8 additions & 1 deletion temp/dotnet/app-services/call-a-function.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Call a Function - .NET SDK
==========================

.. meta::
:description: Learn how to call a function using the Atlas Device SDK for .NET.

.. facet::
:name: genre
:values: tutorial

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -45,7 +52,7 @@ parameter and the arguments as the remaining parameters:
.. note::

The ``CallAsync()`` method returns a single ``BsonValue`` object, which you can
deserialize after calling the function or by using the the generic
deserialize after calling the function or by using the generic
overload. Both of these approaches to deserialization are shown in the
code above.

Expand Down
9 changes: 8 additions & 1 deletion temp/dotnet/manage-users/custom-user-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
Custom User Data - .NET SDK
===========================

.. meta::
:description: Learn how to create custom user data using the Atlas Device SDK for .NET.

.. facet::
:name: genre
:values: tutorial

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -66,7 +73,7 @@ Create a User's Custom User Data Document

To create custom user data for a user, create a MongoDB document in the
custom user data collection. The user ID field of the document must
contain the the user's user ID. The following example uses
contain the user's user ID. The following example uses
:ref:`MongoDB Data Access <dotnet-mongodb-data-access>` to insert a
document containing the user ID of the currently logged in user and several
custom properties into the custom user data collection:
Expand Down
9 changes: 8 additions & 1 deletion temp/flutter/sync/write-to-synced-realm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Write Data to a Synced Realm - Flutter SDK
==========================================

.. meta::
:description: Learn how to write data to a synced realm database using the Atlas Device SDK for Flutter.

.. facet::
:name: genre
:values: tutorial

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -261,7 +268,7 @@ App Services Error
The error message in the App Services logs provides some additional
information to help you determine that it is a permissions issue,
and not a query subscription issue. In this example, the error message shows
that the the object does not match the user's role:
that the object does not match the user's role:

.. code-block:: console

Expand Down
9 changes: 8 additions & 1 deletion temp/flutter/users/custom-user-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Custom User Data - Flutter SDK
==============================

.. meta::
:description: Learn how to read custom user data using the Atlas Device SDK for Flutter.

.. facet::
:name: genre
:values: tutorial

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -113,7 +120,7 @@ The Realm SDK code to call this Function:

.. To create custom user data for a user, create a MongoDB document in the
.. custom user data collection. The user ID field of the document must
.. contain the the user's user ID. The following example uses
.. contain the user's user ID. The following example uses
.. TODO: update this ref`MongoDB Data Access <>` to insert a
.. document containing the user ID of the currently logged in user and several
.. custom properties into the custom user data collection:
Expand Down
9 changes: 8 additions & 1 deletion temp/java/quick-starts/livedata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Quick Start with LiveData - Java SDK
====================================

.. meta::
:description: Learn how to quickly integrate the Atlas Device SDK for Java into an Android application using LiveData.

.. facet::
:name: genre
:values: reference

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -237,7 +244,7 @@ in the model singleton and the encapsulated LiveData instance.
Summary
-------

- Use the the ``LiveRealmObject`` and ``LiveRealmResults`` classes as a template for encapsulating live Realm data in Android LiveData.
- Use the ``LiveRealmObject`` and ``LiveRealmResults`` classes as a template for encapsulating live Realm data in Android LiveData.
- Use a ViewModel to separate underlying data from the UI elements that display that data.
- DataBinding lets you declare relationships between model data and UI elements without explicitly setting values in an Activity or Fragment.

Expand Down
4 changes: 2 additions & 2 deletions temp/java/users/custom-user-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Create a User's Custom Data Document

To create custom user data for a user, create a MongoDB document in the
custom user data collection. The user ID field of the document should
contain the the user's user ID. The following example uses
contain the user's user ID. The following example uses
:ref:`MongoDB Data Access <java-mongodb-data-access>` to insert a
document containing the user ID of the currently logged in user and a
``favoriteColor`` value into the custom user data collection:
Expand Down Expand Up @@ -143,7 +143,7 @@ MongoDB document whose user ID field contains the user ID of the user.

The following example uses :ref:`MongoDB Data Access
<java-mongodb-data-access>` to update the ``favoriteColor`` field of
the the document containing the user ID of the currently logged in user
the document containing the user ID of the currently logged in user
in the custom user data collection:

.. tabs-realm-languages::
Expand Down
9 changes: 8 additions & 1 deletion temp/kotlin/users/custom-user-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Manage Custom User Data - Kotlin SDK
====================================

.. meta::
:description: Learn how to read custom user data in an App Services App using the Atlas Device SDK for Kotlin.

.. facet::
:name: genre
:values: tutorial

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -112,7 +119,7 @@ The Kotlin SDK code to call this Function:

.. To create custom user data for a user, create a MongoDB document in the
.. custom user data collection. The user ID field of the document must
.. contain the the user's user ID. The following example uses
.. contain the user's user ID. The following example uses
.. MongoDB Data Access (INSERT LINK) to insert a
.. document containing the user ID of the currently logged in user and several
.. custom properties into the custom user data collection:
Expand Down
9 changes: 8 additions & 1 deletion temp/node/users/authenticate-users.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Authenticate Users - Node.js SDK
================================

.. meta::
:description: Authenticate users in an Atlas App Services App using the Atlas Device SDK for Node.js.

.. facet::
:name: genre
:values: tutorial

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -234,7 +241,7 @@ to handle the user authentication and redirect flow from a Node.js client applic
:language: javascript


#. Process the request from the the Google authentication server, which includes
#. Process the request from the Google authentication server, which includes
an access code in the query string using the Google OAuth 2.0 client's ``getToken()``
method. In the callback function, sign in to your App using the ``id_token``.

Expand Down
9 changes: 8 additions & 1 deletion temp/swift/swiftui/swiftui-previews.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Use Realm with SwiftUI Previews
===============================

.. meta::
:description: Use and debug SwiftUI Previews while developing with the Atlas Device SDK for Swift.

.. facet::
:name: genre
:values: tutorial

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -231,7 +238,7 @@ configuration property when you initialize the realm.

.. note::

Do not use the the :swift-sdk:`deleteRealmIfMigrationNeeded
Do not use the :swift-sdk:`deleteRealmIfMigrationNeeded
<Structs/Realm/Configuration.html#/s:10RealmSwift0A0V13ConfigurationV06deleteA17IfMigrationNeededSbvp>`
configuration property when you initialize a realm for SwiftUI Previews.
Due to the way Apple has implemented SwiftUI Previews, using this property
Expand Down
9 changes: 8 additions & 1 deletion temp/swift/sync/write-to-synced-realm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Write Data to a Synced Realm - Swift SDK
========================================

.. meta::
:description: Learn how to write to a synced database using the Atlas Device SDK for Swift.

.. facet::
:name: genre
:values: reference

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -313,7 +320,7 @@ App Services Error
The error message in the App Services logs provides some additional
information to help you determine that it is a permissions issue,
and not a query subscription issue. In this example, the error message shows
that the the object does not match the user's role:
that the object does not match the user's role:

.. code-block:: console

Expand Down
9 changes: 8 additions & 1 deletion temp/swift/users/custom-user-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Custom User Data - Swift SDK
============================

.. meta::
:description: Learn how to work with custom user data using the Atlas Device SDK for Swift.

.. facet::
:name: genre
:values: tutorial

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -62,7 +69,7 @@ Create a User's Custom Data Document

To create custom user data for a user, create a MongoDB document in the
custom user data collection. The user ID field of the document should
contain the the user's user ID.
contain the user's user ID.

.. tip::

Expand Down
Loading