Skip to content

Commit

Permalink
Update hugo/content/docs/recipes/scoping/file-based.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Sujew <mark.sujew@typefox.io>
  • Loading branch information
Lotes and msujew authored Aug 6, 2024
1 parent b0e4a71 commit acc632c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/content/docs/recipes/scoping/file-based.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Having done this, will make all persons that are marked with the `export` keywor

## Step 3: Importing from specific files

The final step is to adjust the cross-reference resolution through overriding the `DefaultScopeProvider.getScope(…)` function. Here is the implementation:
The final step is to adjust the cross-reference resolution by overriding the `DefaultScopeProvider.getScope(…)` function:

```typescript
export class HelloWorldScopeProvider extends DefaultScopeProvider {
Expand Down

0 comments on commit acc632c

Please sign in to comment.