Skip to content

Commit

Permalink
Fix typo and remove dup in doc (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ji <alji@cisco.com>
  • Loading branch information
haidong committed Jul 10, 2024
1 parent cf25152 commit 124aa78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions crates/weaver_forge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ templates/
...
rust/ <-- Templates to generate the semantic conventions in Rust
...
go/ <-- Templates to generate the semantic conventions in Go
...
schema/
sdk-go/ <-- Templates to generate a Go Client SDK derived from the telemetry schema
...
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To do so we recommend following [Creating a JSON output for your registry](#crea

## Templates - Tips and Tricks

When designing JINJA templates, you can make use the the `debug` function to output the context of the template at any point in time. Simply add `{{ debug(ctx.some_variable) }}` do your template and you'll get a
When designing JINJA templates, you can make use the `debug` function to output the context of the template at any point in time. Simply add `{{ debug(ctx.some_variable) }}` to your template and you'll get a
JSON rendered view of whatever is passed into `debug` at that portion of the template.

## Policies - Tips and tricks
Expand Down

0 comments on commit 124aa78

Please sign in to comment.