docs: extensions directory minor updates (#5466)

This commit is contained in:
dianed-square
2025-10-31 11:16:26 -07:00
committed by GitHub
parent aa100cfbcf
commit 93f92e94f7
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ export function ServerCard({ server }: { server: MCPServer }) {
style={{ fontSize: "12px" }}
className="text-textSubtle leading-normal"
>
Can be enabled on the Extensions page in Goose
Can be enabled on the Extensions page in goose
</span>
</div>
)}
@@ -100,7 +100,7 @@ const getDocumentationPath = (serverId: string): string => {
<div className="flex items-center gap-2">
<Info className="h-4 w-4 text-textSubtle shrink-0" />
<span className="text-sm text-textSubtle">
Can be enabled on the Extensions page in Goose
Can be enabled on the Extensions page in goose
</span>
</div>
) : server.show_install_command !== false ? (