Skip to content

Commit 9d7c6fe

Browse files
fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c247c5f commit 9d7c6fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To install the tool, follow these steps:
5858
- We use [protoc-gen-openapi](https://github.com/google/gnostic/tree/main/cmd/protoc-gen-openapi) to convert protobuf to openapi.
5959
- You should annotate the proto file, and you can refer to this [issue](https://github.com/google/gnostic/issues/412).
6060
- If you use OpenAPI spec, you should ensure that the OpenAPI spec is in the same format as a file generated by the tool (including `operationId`). Note that you must add tag `APIType_HTTP` to all HTTP APIs, as we treat internal service APIs as RPC APIs by default. You can refer to the example at the end of this section.
61-
3. Optionally, you can provide API dependencies to enhance fuzzing, including system API denpendencies and internal service API denpendencies (a map from service name to single service dependencies). We support parse dependency file generated by RESTler now, you can refer to its [Github Repo](https://github.com/microsoft/restler-fuzzer) for more information.
61+
3. Optionally, you can provide API dependencies to enhance fuzzing, including system API dependencies and internal service API dependencies (a map from service name to single service dependencies). We support parse dependency file generated by RESTler now, you can refer to its [Github Repo](https://github.com/microsoft/restler-fuzzer) for more information.
6262
4. Ensure that your service includes a unique trace ID in the headers of each response. You can configure the header key in the settings.
6363

6464
Internal service API Spec example:

0 commit comments

Comments
 (0)