Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix spelling in CHANGELOG and README #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Support for Java Management Service Downloads
- Support for creating autonomous dataguard associations in the Database service
- Support for SaaS administrative user configurations for autonomous database in the Database service
- Support for macOS in the the Java Management service
- Support for macOS in the Java Management service
- Support for distribution and management of deployment rule sets in the Java Management service
- Support for new download location of Oracle Java runtime binaries in the Java Management service
- Support for exporting data across regions in the Java Management service
Expand Down Expand Up @@ -1037,7 +1037,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Fixed

- Fixed an issue that causes http request failures when requesting certificates from the server in `URLBasedX509CertificateSupplier` with NodeJS 20
- Fixed an issue that causes http request failures when requesting certificates from the server in `URLBasedX509CertificateSupplier` with Node.js 20

## 2.70.1 - 2023-09-12

Expand Down Expand Up @@ -1126,7 +1126,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Support for support field in class metric in the AI Language service
- Support for Compute Cloud at Customer resource type in the Operator Access Control service
- Support for managing account management info, account recovery settings, app roles, apps, app status changers, grants, identity propagation trusts and settings, request-able groups, requests, security questions, OAuth tokens, and user attribute settings in the Identity Domains service
- Added support for NodeJS 20
- Added support for Node.js 20

### Breaking Changes

Expand Down Expand Up @@ -1313,7 +1313,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Breaking Changes

- The `AttachExistingInstanceDetails`, `CreateNewInstanceDetails`, `CreateOaxServiceInstanceDetails`, `CreateOicServiceInstanceDetails`, and `CreateServiceInstanceDetails` models were removed in the Fusion Apps as a Service service
- The `action` property was removed in the `CreateServiceAttachmentDetails` model in the Fusion Apps as a Service service- The `action` property was removed in the `CreateServiceAttachmentDetails` model in the Fusion Apps as a Service service
- The `action` property was removed in the `CreateServiceAttachmentDetails` model in the Fusion Apps as a Service service. The `action` property was removed in the `CreateServiceAttachmentDetails` model in the Fusion Apps as a Service service
- The `action` property was removed in the `ServiceAttachment` model in the Fusion Apps as a Service service

## 2.59.1 - 2023-05-09
Expand Down Expand Up @@ -2731,7 +2731,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Breaking Changes

- Updated the property `name` to use enum `model.Sku` instead of `SupportedSkuSummary.Name` from the model `SupportedSkuSummary` in the ocvp service
- Update the property `initialSku` from required to optionnal in the model `sddc` in ocvp service.
- Update the property `initialSku` from required to optional in the model `sddc` in ocvp service.

## 1.19.5 - 2021-05-18

Expand Down Expand Up @@ -3013,7 +3013,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Support for listing flex components in Database service
- Support for APEX service for ADBS on OCI console for Database service
- Support for Customer-Managed Key features as a part of the Database service
- Support for Github configuration source provider as part of the Resource Manager service
- Support for GitHub configuration source provider as part of the Resource Manager service

### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Full documentation can be found [on the sdk for typescript and javascript docume

## Versions Supported

The SDK for TypeScript and JavaScript currently supports NodeJS version 14, 16, 18, 20 and TypeScript version 4.1.3.
The SDK for TypeScript and JavaScript currently supports Node.js version 14, 16, 18, 20 and TypeScript version 4.1.3.

## Node & Browser Support

The SDK for TypeScript and JavaScript currently supports NodeJS but does not have browser support.
The SDK for TypeScript and JavaScript currently supports Node.js but does not have browser support.

## Help

Expand Down