Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Oct 13, 2024
1 parent d78383d commit abb5411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/developers/blueprint-macros/context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ Here's an example of how to use the built-in `KeystoreContext` extension:
```rust
use std::convert::Infallible;
use gadget_sdk::ctx::KeystoreContext;
use gadget_sdk::config::StdGadgetConfigurtion;
use gadget_sdk::config::StdGadgetConfiguration;

#[derive(Debug, Clone, KeystoreContext)] // Derive the KeystoreContext extension
struct Context {
http_client: reqwest::Client,
#[config]
sdk_config: StdGadgetConfigurtion,
sdk_config: StdGadgetConfiguration,
}

#[job(id = 2, params(x), result(_))]
Expand Down

0 comments on commit abb5411

Please sign in to comment.