Skip to content

Commit 09bd518

Browse files
Merge old docs with new docs
1 parent ae671c9 commit 09bd518

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs2/pages/getting-started/licensing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Make sure to check your **SPAM** folder if you don't receive the license within 24h.
1313

1414
## Setup License from config file
15-
The license name and key can be directly be added in the app.config or web.config file in the appSettings section.
15+
The license name and key can be added directly in the app.config or web.config file in the appSettings section.
1616

1717

1818
```csharp
@@ -44,7 +44,7 @@ DapperPlusManager.AddLicense(licenseName, licenseKey);
4444
- **WinForm App:** Use the main thread method to activate your license.
4545
- **Win Service:** Use the OnStart method to activate your license
4646

47-
> The AddLicense must always be set before the first call to the library. Otherwise, the monthly trial will start.
47+
> The AddLicense must be set before the first call to the library. Otherwise, the monthly trial will start.
4848
4949
## How can I check if my license is valid?
5050

docs2/pages/troubleshooting/trial-period-expired-exception.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You execute a method from the Dapper-Plus library, and the following error is th
2020

2121
You can extend your trial by downloading the latest version: [Upgrading](http://dapper-plus.net/upgrading)
2222

23-
The latest version always contains a trial for the current month to allows a company to evaluate our library for several months.
23+
The latest version always contains a trial for the current month to allow a company to evaluate our library for several months.
2424

2525
#### License Badly Registered
2626

0 commit comments

Comments
 (0)