Skip to content

Commit 211b7f3

Browse files
committed
Fix typo
1 parent 3f7e08a commit 211b7f3

File tree

1 file changed

+2
-2
lines changed
  • documentation/js-sdk-aml-guide/modules/ROOT/pages

1 file changed

+2
-2
lines changed

documentation/js-sdk-aml-guide/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SPDX-License-Identifier: MPL-2.0
1414
= Introduction
1515

1616
The Aspect Model loader can be used to load an Aspect Model to traverse and access the different information a model provides (units, descriptions, constraints, etc.) to implement generic frontends capable to automatically adapt to the underling Aspect Model.
17-
For example a new added property and the related value could be shown in the UI including all information (name, description and unit) without changing any line of code.
17+
For example a newly added property and the related value could be shown in the UI including all information (name, description and unit) without changing any line of code.
1818

1919
== Getting Started
2020

@@ -34,7 +34,7 @@ npm install https://github.com/OpenManufacturingPlatform/sds-sdk-js-aspect-model
3434

3535
== Usage
3636

37-
This package contains two methods for loading ttl files(string value of the .ttl files).
37+
This package contains two methods for loading Turtle (.ttl) files (string value of the .ttl files).
3838

3939
Load an aspect model which is self-contained (includes no imports to other ttl file):
4040

0 commit comments

Comments
 (0)