From 2750fb5dcd08dd16f20fb182bcf7c1f62e9a46c3 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Wed, 7 Aug 2024 10:01:33 +0200 Subject: [PATCH] docs: fix typos --- node/aas-aid/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/aas-aid/README.md b/node/aas-aid/README.md index f21d1d7..d8ca969 100644 --- a/node/aas-aid/README.md +++ b/node/aas-aid/README.md @@ -5,9 +5,9 @@ [![ESLint](https://github.com/eclipse-thingweb/td-tools/actions/workflows/eslint.yml/badge.svg)](https://github.com/eclipse-thingweb/td-tools/actions/workflows/eslint.yml) [![Prettier](https://github.com/eclipse-thingweb/td-tools/actions/workflows/prettier.yml/badge.svg)](https://github.com/eclipse-thingweb/td-tools/actions/workflows/prettier.yml) -The package provides tooling for Asset Adminstration Shell (AAS) w.r.t. Asset Interfaces Description (AID). +The package provides tooling for Asset Administration Shell (AAS) w.r.t. Asset Interfaces Description (AID). -The [IDTA Asset Interfaces Description (AID) working group](https://github.com/admin-shell-io/submodel-templates/tree/main/development/Asset%20Interface%20Description/1/0) defines a submodel template specification for the Asset Adminstration Shell that can be used to describe the asset's service interface or asset's related service interfaces. The current AID working assumptions reuse existing definitions from [WoT Thing Descriptions](https://www.w3.org/TR/wot-thing-description11/). Hence it is possible to consume AAS with AID definitions with [node-wot](https://github.com/eclipse-thingweb/node-wot) (e.g., read/subscribe live data of the asset and/or associated service). +The [IDTA Asset Interfaces Description (AID) working group](https://github.com/admin-shell-io/submodel-templates/tree/main/development/Asset%20Interface%20Description/1/0) defines a submodel template specification for the Asset Administration Shell that can be used to describe the asset's service interface or asset's related service interfaces. The current AID working assumptions reuse existing definitions from [WoT Thing Descriptions](https://www.w3.org/TR/wot-thing-description11/). Hence it is possible to consume AAS with AID definitions with [node-wot](https://github.com/eclipse-thingweb/node-wot) (e.g., read/subscribe live data of the asset and/or associated service). ## Sample Applications