Skip to content

Commit f68c664

Browse files
authored
[V4] Fix node capitalization in readme (#1075)
1 parent 09022c3 commit f68c664

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/vanilla/Model/CodeModelTS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ private void GeneratePackageContains(MarkdownBuilder builder)
994994
}
995995
else
996996
{
997-
builder.Line($"This package contains an isomorphic SDK (runs both in node.js and in browsers) for {Name}.");
997+
builder.Line($"This package contains an isomorphic SDK (runs both in Node.js and in browsers) for {Name}.");
998998
}
999999
}
10001000

test/azuremetadata/generated/Lro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Azure AutoRestLongRunningOperationTestService SDK for JavaScript
22

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

55
### Currently supported environments
66

test/custom-service-client-options/generated/Xml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## An isomorphic javascript sdk for - AutoRestSwaggerBATXMLService
22

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

55
### Currently supported environments
66

test/metadata/generated/BodyComplex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## An isomorphic javascript sdk for - AutoRestComplexTestService
22

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

55
### Currently supported environments
66

test/skip-subtypes/generated/BodyComplex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## An isomorphic javascript sdk for - AutoRestComplexTestService
22

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

55
### Currently supported environments
66

test/unit-tests-custom/generated/BodyString/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## An isomorphic javascript sdk for - AutoRestSwaggerBATService
22

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

55
### Currently supported environments
66

test/unit-tests-mocha/generated/BodyString/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## An isomorphic javascript sdk for - AutoRestSwaggerBATService
22

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

55
### Currently supported environments
66

0 commit comments

Comments
 (0)