Skip to content

Commit

Permalink
doc: rename "scope" section to "container"
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Dec 30, 2023
1 parent 530e9b4 commit 9524b3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "📦 Injectors",
"label": "📦 Containers",
"position": 3,
"link": {
"type": "generated-index",
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/scopes/clone.md → docs/docs/container/clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 3

Clone has the same service registrations as its parent, but it doesn't share the invoked service state.

Cloning an injector can be very useful for test purposes.
Cloning a container can be very useful for test purposes.

```go
injector := do.New()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Injector options
description: Injector options
title: Container options
description: Container options
sidebar_position: 2
---

# Injector
# Container

## Default options

Expand Down
File renamed without changes.

0 comments on commit 9524b3b

Please sign in to comment.