Skip to content

Commit

Permalink
doc: fix a typo (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryomahan authored Nov 28, 2024
1 parent 7e094b2 commit 793c4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/insomnia/pre-request-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The `replaceIn` method can render a string with existing variables. For example,

```javascript
insomnia.environment.set('name', 'pre-request script');
const welcome = pm.environment.replaceIn("Hello {{name}}.");
const welcome = insomnia.environment.replaceIn("Hello {{name}}.");
console.log(welcome);
```

Expand Down

0 comments on commit 793c4c9

Please sign in to comment.