Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Sep 10, 2024
1 parent ec9f901 commit b85c0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ const getNamespace = (path: string, paths: OpenapiPaths): string | null => {

for (const [index, part] of pathParts.entries()) {
// Namespaces must be consecutive. If there was a path with an endpoint
// previously, then this part is not in the namesapce.
// previously, then this part is not in the namespace.
if (namespace.length !== index) {
continue
}
Expand Down

0 comments on commit b85c0d3

Please sign in to comment.