Skip to content

Commit 56f394c

Browse files
doggy8088agmsb
andauthored
fix(docs): fix a few Markdown syntax errorrs (#8995)
Co-authored-by: anthony bushong <[email protected]>
1 parent a1dc7a8 commit 56f394c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/core/memport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Processes import statements in GEMINI.md content.
147147
- `debugMode` (boolean, optional): Whether to enable debug logging (default: false)
148148
- `importState` (ImportState, optional): State tracking for circular import prevention
149149

150-
**Returns:** Promise<ProcessImportsResult> - Object containing processed content and import tree
150+
**Returns:** Promise&lt;ProcessImportsResult&gt; - Object containing processed content and import tree
151151

152152
### `ProcessImportsResult`
153153

@@ -187,7 +187,7 @@ Finds the project root by searching for a `.git` directory upwards from the give
187187

188188
- `startDir` (string): The directory to start searching from
189189

190-
**Returns:** Promise<string> - The project root directory (or the start directory if no `.git` is found)
190+
**Returns:** Promise&lt;string&gt; - The project root directory (or the start directory if no `.git` is found)
191191

192192
## Best Practices
193193

docs/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm run test:e2e
2020

2121
## Running a specific set of tests
2222

23-
To run a subset of test files, you can use `npm run <integration test command> <file_name1> ....` where <integration test command> is either `test:e2e` or `test:integration*` and `<file_name>` is any of the `.test.js` files in the `integration-tests/` directory. For example, the following command runs `list_directory.test.js` and `write_file.test.js`:
23+
To run a subset of test files, you can use `npm run <integration test command> <file_name1> ....` where &lt;integration test command&gt; is either `test:e2e` or `test:integration*` and `<file_name>` is any of the `.test.js` files in the `integration-tests/` directory. For example, the following command runs `list_directory.test.js` and `write_file.test.js`:
2424

2525
```bash
2626
npm run test:e2e list_directory write_file

0 commit comments

Comments
 (0)