fix(docs): (timing) Correct example units to milliseconds
This commit is contained in:
parent
8ec905dc26
commit
d3538080c8
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ export const back = {
|
|||
...
|
||||
|
||||
const frontTook = store.get(['timing', 'parts', 'aaron.front', 'took'])
|
||||
log.info('The aaron.front part took ' + frontTook + ' µs to draft.')
|
||||
log.info('The aaron.front part took ' + frontTook + ' ms to draft.')
|
||||
|
||||
log.info(JSON.stringify(store.timing))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue