Skip to content

Commit f8832dc

Browse files
authored
docs(fix): correct line highlighting (#9696)
- **docs: mention free remote caching earlier on page (#9688)** - **docs: typo fix (#9690)** - **fix(cache): no longer let remoteCache.enable override force (#9684)** - **release(turborepo): 2.3.4-canary.7 (#9692)** - **docs(fix): correct line highlighting** ### Description <!-- ✍️ Write a short summary of your work. If necessary, include relevant screenshots. --> ### Testing Instructions <!-- Give a quick description of steps to test your changes. -->
1 parent d531bea commit f8832dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/repo-docs/core-concepts/internal-packages.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ A Compiled Package is a package that handles its own compilation using a build t
109109
"exports": {
110110
"./button": {
111111
"types": "./src/button.tsx", // [!code highlight]
112-
"default": "./dist/button.js" // [!code highlight],
112+
"default": "./dist/button.js" // [!code highlight]
113113
},
114114
"./card": {
115115
"types": "./src/card.tsx", // [!code highlight]
116-
"default": "./dist/card.js" // [!code highlight],
116+
"default": "./dist/card.js" // [!code highlight]
117117
}
118118
},
119119
"scripts": {

0 commit comments

Comments
 (0)