We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36a7cb commit e0f8e6bCopy full SHA for e0f8e6b
docs/cli/config.md
@@ -8,7 +8,7 @@ Description of the profile.
8
9
Type: Optional[bool]
10
11
-The profile should be detached."
+The profile should be detached.
12
Detached means it is not inherited from the main profile.
13
14
## [profile].enabled
packages/robot/src/robotcode/robot/config/model.py
@@ -2144,7 +2144,7 @@ class RobotProfile(RobotExtraBaseProfile):
2144
2145
detached: Optional[bool] = field(
2146
description="""\
2147
- The profile should be detached."
+ The profile should be detached.
2148
2149
""",
2150
)
0 commit comments