mirror of https://github.com/nymea/nymea.git
Fix typo in the api documentation generator
parent
af24a07464
commit
7e7b40f3cc
|
|
@ -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}')
|
||||
|
|
|
|||
Loading…
Reference in New Issue