Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sveyret committed Mar 4, 2020
1 parent 9b33a05 commit d1e0289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/devmanual.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The element descriptions lie in [this file](../../src/ConfigDescription/helpers.
It sometimes happens that some configuration parts are recursive. For example:

```typescript
Cycle interface {
interface Cycle {
  value: string
  children: Cycle[]
}
Expand Down

0 comments on commit d1e0289

Please sign in to comment.