Skip to content

Commit 00a6328

Browse files
committed
Left align table headers
1 parent 8004b8c commit 00a6328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/logging.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Tracing is a way to follow the flow of your code. It's very useful for debugging
3838
Trigger.dev uses OpenTelemetry tracing under the hood. With automatic tracing for many things like task triggering, task attempts, HTTP requests, and more.
3939

4040
| Name | Description |
41-
| ------------- | -------------------------------- |
42-
| Task triggers | Task triggers. |
43-
| Task attempts | Task attempts. |
41+
| :------------ | :------------------------------- |
42+
| Task triggers | Task triggers |
43+
| Task attempts | Task attempts |
4444
| HTTP requests | HTTP requests made by your code. |
4545

4646
### Adding instrumentations

0 commit comments

Comments
 (0)