Skip to content

Commit 3eed604

Browse files
Updated title.
1 parent fe884c4 commit 3eed604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/DevelopmentGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A first part will cover the design of the project and a second part will be a tu
77
- [Developer documentation](#developer-documentation)
88
* [Design](#design)
99
* [TinyCurrentLogger dynamic variable](#tinycurrentlogger-dynamic-variable)
10-
* [Add a new leaf transcript](#add-a-new-leaf-transcript)
10+
* [Add a new leaf logger](#add-a-new-leaf-logger)
1111

1212
## Design
1313

@@ -28,7 +28,7 @@ To record logs, the user will use extension methods implemented on `Object` as
2828

2929
The `TinyCurrentLogger` has a default value that is the default instance of `TinyLogger`. This value can be changed using the `value:during:` message as explained in the user documentation.
3030

31-
## Add a new leaf transcript
31+
## Add a new leaf logger
3232

3333
In this section we will add a new leaf logger recording logs in a remote server via a HTTP request on a REST API.
3434

0 commit comments

Comments
 (0)