osgi / osgi.enroute.site

GitHub Pages repo for OSGi enRoute website
https://enroute.osgi.org/
Apache License 2.0
18 stars 54 forks source link

Typo on Microservices tutorial (Dao Implementation Section) #196

Closed katcaola closed 5 years ago

katcaola commented 5 years ago

The Dao Implementation section of the Microservices tutorial says

In the microservice project director now create the impl module using the ds-component Archetype:

When it should say

In the microservice project directory now create the impl module using the ds-component Archetype:


I might also wordsmith it a bit so it becomes

Now, in the microservice project directory, create the impl module using the ds-component Archetype:

timothyjward commented 5 years ago

That looks good to me - feel free to create a pull request with the changes

katcaola commented 5 years ago

Fixed with Commit #199