Skip to content

Commit

Permalink
Schedule Combinators: fix Tapping section heading, closes #421 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Jan 4, 2024
1 parent e22d774 commit e04c5b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ next-env.d.ts
.direnv/

/src/guide/observability/otel/tracing/docker/local/tempo-data

.contentlayer
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"eslint.validate": ["markdown", "javascript", "typescript"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.quickSuggestions": {
"other": true,
Expand All @@ -38,7 +38,7 @@
"editor.tabCompletion": "off",
"editor.suggest.localityBonus": true,
"editor.suggestSelection": "recentlyUsed",
"editor.wordBasedSuggestions": true,
"editor.wordBasedSuggestions": "matchingDocuments",
"editor.parameterHints.enabled": true,
"files.watcherExclude": {
"**/target": true
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/scheduling/schedule-combinators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Modifies the delay of a schedule.

```

# Tapping
## Tapping

Whenever we need to effectfully process each schedule input/output, we can use `tapInput` and `tapOutput`.

Expand Down

0 comments on commit e04c5b6

Please sign in to comment.