Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/vanilla/Model/CodeModelTS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ private void GeneratePackageContains(MarkdownBuilder builder)
}
else
{
builder.Line($"This package contains an isomorphic SDK (runs both in node.js and in browsers) for {Name}.");
builder.Line($"This package contains an isomorphic SDK (runs both in Node.js and in browsers) for {Name}.");
}
}

Expand Down
2 changes: 1 addition & 1 deletion test/azuremetadata/generated/Lro/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Azure AutoRestLongRunningOperationTestService SDK for JavaScript

This package contains an isomorphic SDK (runs both in node.js and in browsers) for AutoRestLongRunningOperationTestService.
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for AutoRestLongRunningOperationTestService.

### Currently supported environments

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## An isomorphic javascript sdk for - AutoRestSwaggerBATXMLService

This package contains an isomorphic SDK (runs both in node.js and in browsers) for AutoRestSwaggerBATXMLService.
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for AutoRestSwaggerBATXMLService.

### Currently supported environments

Expand Down
2 changes: 1 addition & 1 deletion test/metadata/generated/BodyComplex/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## An isomorphic javascript sdk for - AutoRestComplexTestService

This package contains an isomorphic SDK (runs both in node.js and in browsers) for AutoRestComplexTestService.
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for AutoRestComplexTestService.

### Currently supported environments

Expand Down
2 changes: 1 addition & 1 deletion test/skip-subtypes/generated/BodyComplex/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## An isomorphic javascript sdk for - AutoRestComplexTestService

This package contains an isomorphic SDK (runs both in node.js and in browsers) for AutoRestComplexTestService.
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for AutoRestComplexTestService.

### Currently supported environments

Expand Down
2 changes: 1 addition & 1 deletion test/unit-tests-custom/generated/BodyString/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## An isomorphic javascript sdk for - AutoRestSwaggerBATService

This package contains an isomorphic SDK (runs both in node.js and in browsers) for AutoRestSwaggerBATService.
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for AutoRestSwaggerBATService.

### Currently supported environments

Expand Down
2 changes: 1 addition & 1 deletion test/unit-tests-mocha/generated/BodyString/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## An isomorphic javascript sdk for - AutoRestSwaggerBATService

This package contains an isomorphic SDK (runs both in node.js and in browsers) for AutoRestSwaggerBATService.
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for AutoRestSwaggerBATService.

### Currently supported environments

Expand Down