Fix typo in the api documentation generator

pull/135/head
Simon Stürz 2018-04-04 11:25:45 +02:00 committed by Michael Zanetti
parent af24a07464
commit 7e7b40f3cc
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ def writeDocumentationContent(apiVersion, apiJson):
printInfo('--> Write API documentation content')
printInfo('--> API version: \"%s\"' % (version))
writeToFile('In following section you can find a detaild description of the current API version %s.' % apiVersion)
writeToFile('In the following section you can find a detaild description of the current API version %s.' % apiVersion)
writeToFile('\list')
writeToFile('\li \l{Types}')