Skip to content

Commit a969d86

Browse files
Fix typo
Fix typo
1 parent 360f545 commit a969d86

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
@@ -10,7 +10,7 @@ You can also purchase the library [here](/pricing)
1010
Upon purchase, you will receive a license name and a license key.
1111

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

1515

1616
```csharp
@@ -39,7 +39,7 @@ EvalManager.AddLicense(licenseName, licenseKey);
3939
- **WinForm App:** Use the main thread method to activate your license.
4040
- **Win Service:** Use the OnStart method to activate your license
4141

42-
> The AddLicense must always be set before the first call to the library. Otherwise, you will start the evaluation period
42+
> The AddLicense must be set before the first call to the library. Otherwise, you will start the evaluation period
4343
4444
## How can I check if my license is valid?
4545
The validate method allow you to know whether your license is valid or not.

docs2/pages/getting-started/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Yes,
4242

4343
You add a valid expression and execute it.
4444

45-
That's why people feel in love so quickly with our library.
45+
That's why people fall in love so quickly with our library.
4646

4747
### Who use it?
4848

0 commit comments

Comments
 (0)