From 67ff5e68ec9a42ad1ae0a68a66e332bbb509b20d Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 28 Nov 2017 23:01:00 +0000 Subject: [PATCH] minor documentation fix --- docs/host-settings.component.md | 2 +- docs/node-favorite.directive.md | 2 +- docs/task-attachment-list.component.md | 14 ++++++-------- docs/thumbnail.service.md | 20 ++++++++++++++++++++ 4 files changed, 28 insertions(+), 10 deletions(-) diff --git a/docs/host-settings.component.md b/docs/host-settings.component.md index c73c55c9df..59149c96c5 100644 --- a/docs/host-settings.component.md +++ b/docs/host-settings.component.md @@ -1,6 +1,6 @@ # Host settings component -This component is a form that allow you to validate and set the url of your content service and process service saving +This component is a form that allows you to validate and set the url of your content service and process service saving it in the user local storage ![Host settings](docassets/images/host-settings-component.png) diff --git a/docs/node-favorite.directive.md b/docs/node-favorite.directive.md index 38ee6dec2b..0f6d468d18 100644 --- a/docs/node-favorite.directive.md +++ b/docs/node-favorite.directive.md @@ -45,7 +45,7 @@ export class MyComponent { ## Details The `NodeFavoriteDirective` instance can be bound to a template variable through **adfFavorite** reference, -wich provides a method to help further style the element. +which provides a method to help further style the element. ```html