Skip to content

Commit 7bfcffc

Browse files
Remove doubled words and fix typos in miscellaneous devitpro docs
1 parent 9148534 commit 7bfcffc

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

dev-itpro/administration/administration-center-api_app_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Example `400 Bad Request` response when dependent apps need to be updated first:
363363
{
364364
"code": string, // Error Code
365365
"message": string, // Detailed error message
366-
"data": { // Any additional data for the error. For example, when when "installOrUpdateNeededDependencies" in the request body was set to false, and dependencies need to be installed or updated.
366+
"data": { // Any additional data for the error. For example, when "installOrUpdateNeededDependencies" in the request body was set to false, and dependencies need to be installed or updated.
367367
"requirements": [ // List of requirements you need to fulfil before you can run the request
368368
{
369369
"appId": guid,

dev-itpro/administration/faq-migrate-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To keep the Role Center experience as clean as possible and avoid permission err
133133

134134
<!-- Not necessarily. Most extensions will run without issues in the online environment. You may want to consider uninstalling extensions that send data to an external service to avoid potential duplicated calls to that service. It's a best practice to test any extension in a sandbox tenant configured for the Business Central online environment that you're connecting to. -->
135135

136-
No. But if your cloud migration includes data upgrade of a large amount of data, we recommend that you uninstall the extensions that that include any data to move. It speeds up the upgrade and overall cloud migration process. You can reinstall the extensions after the migration.
136+
No. But if your cloud migration includes data upgrade of a large amount of data, we recommend that you uninstall the extensions that include any data to move. It speeds up the upgrade and overall cloud migration process. You can reinstall the extensions after the migration.
137137

138138

139139
<!--## How do I build an extension that enables data replication?

dev-itpro/administration/prepare-for-cookie-samesite-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To prevent disruption, you must upgrade the platform for your version of Dynamic
4747
|Dynamics NAV 2016|[49](https://support.microsoft.com/help/4528701/cumulative-update-49-for-microsoft-dynamics-nav-2016-build-51640)|
4848
|Dynamics NAV 2017|[36](https://support.microsoft.com/help/4528702/cumulative-update-36-for-microsoft-dynamics-nav-2017-build-30074)|
4949
|Dynamics NAV 2018|[23](https://support.microsoft.com/help/4528703/cumulative-update-23-for-microsoft-dynamics-nav-2018-build-37606)|
50-
|Dynamics 365 365 Business Central Fall 2018|[13](https://support.microsoft.com/help/4528704/cumulative-update-13-for-microsoft-dynamics-365-business-central-on-pr)|
50+
|Dynamics 365 Business Central Fall 2018|[13](https://support.microsoft.com/help/4528704/cumulative-update-13-for-microsoft-dynamics-365-business-central-on-pr)|
5151
|Dynamics 365 Business Central Spring 2019|[06](https://support.microsoft.com/help/4528705/cumulative-update-06-for-microsoft-dynamics-365-business-central-sprin)|
5252
|Dynamics 365 Business Central 2019 Release Wave 2|[15.2](https://support.microsoft.com/help/4533389/update-15-1-for-microsoft-dynamics-365-business-central-2019-release-w)|
5353

dev-itpro/api-reference/v1.0/resources/dynamics_salesquote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Represents a salesQuote resource type in [!INCLUDE[prod_short](../../../includes
6565
|totalTaxAmount|numeric|The total tax amount for the quote. Read-Only.|
6666
|totalAmountIncludingTax|numeric|The total amount for the quote, including tax. Read-Only.|
6767
|status|string, maximum size 20|The quote status. Status can be: Draft,Sent,Accepted. Read-Only.|
68-
|sentDate|datetime|The the date and time the quote was sent our to the customer. Read-Only.|
68+
|sentDate|datetime|The date and time the quote was sent out to the customer. Read-Only.|
6969
|validUntilDate|Date|The date a quote is valid until.|
7070
|acceptedDate|Date|The date a quote is accepted. Read-Only.|
7171
|billToName |string, maximum length 100 |The name of the customer to bill.|

dev-itpro/deployment/Deploying-dynamics-nav-client-clickonce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The [!INCLUDE[nav_windows_short](../developer/includes/nav_windows_short.md)] re
6868

6969
The ClickOnce online installation web page includes a link to download .NET Framework. However, using this option requires that users have administrative rights on their computers.
7070

71-
2. An administrator install install .NET Framework on users computers.
71+
2. An administrator install .NET Framework on users' computers.
7272

7373
For more information about how to install .NET Framework, see [Install the .NET Framework for developers](https://go.microsoft.com/fwlink/?LinkId=272382).
7474

dev-itpro/includes/cloud-migration-sql-connection-ir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If the product you selected requires an SQL connection, the **Define your SQL da
1111

1212
- **SQL connection**
1313

14-
Specify **SQL Server** if the database is installed locally on an SQL Server instance. Specify **Azure SQL** if the database is an Azure SQL Database database.
14+
Specify **SQL Server** if the database is installed locally on an SQL Server instance. Specify **Azure SQL** if the database is an Azure SQL Database.
1515

1616
<!--
1717
> [!IMPORTANT]

0 commit comments

Comments
 (0)