From 8b5a7f7bb694e34a0ae1a599ce6a9951e3129635 Mon Sep 17 00:00:00 2001 From: Jeroen Laverman Date: Wed, 25 Jul 2018 10:31:01 +0200 Subject: [PATCH] Fix typo Signed-off-by: Jeroen Laverman --- docs/src/main/resources/news/2018-07-26-first-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/resources/news/2018-07-26-first-release.md b/docs/src/main/resources/news/2018-07-26-first-release.md index be8bcd674..38fd8f118 100644 --- a/docs/src/main/resources/news/2018-07-26-first-release.md +++ b/docs/src/main/resources/news/2018-07-26-first-release.md @@ -66,7 +66,7 @@ Microsoft's SQL Server which is also available in production grade, as well as, ### Open Sourced REST docs A huge benefit for the community are the recently open sourced REST docs of hawkBit. This has been an [open request](https://github.com/eclipse/hawkbit/issues/480) -for some, which we were happy to meet. The documentation is generated using [Spring REST docs](https://spring.io/projects/spring-restdocs), based on unit-tests. Theses tests, with the respective documentation, are now available in the [code base](https://github.com/eclipse/hawkbit/pull/688). +for some time, which we were happy to meet. The documentation is generated using [Spring REST docs](https://spring.io/projects/spring-restdocs), based on unit-tests. Theses tests, with the respective documentation, are now available in the [code base](https://github.com/eclipse/hawkbit/pull/688). Furthermore, the API documentation will be hosted on our new [website](https://www.eclipse.org/hawkbit/) (comming soon).