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

rename: fix 'SDK SDK' typo #337

Merged
merged 1 commit into from
May 23, 2022
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 README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kalix JavaScript SDK SDK
# Kalix JavaScript SDK

Source code for the [@kalix-io/kalix-javascript-sdk](https://www.npmjs.com/package/@kalix-io/kalix-javascript-sdk) package.

Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Make Kalix JavaScript SDK SDK documentation
# Make Kalix JavaScript SDK documentation

module := javascript
upstream := lightbend/kalix-javascript-sdk
Expand Down
2 changes: 1 addition & 1 deletion npm-js/create-kalix-entity/template/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To understand Kalix services, `protobuf` descriptors, and Entities, see the docu
## Developing

This project has a bare-bones service ready for you to adapt and
extend. To see the range of functionality available for you to use with the Kalix JavaScript SDK SDK, see the documentation [JavaScript section](https://docs.kalix.io/javascript/index.html). After you have modified any source files, build and the tools will preserve your changes as well as generate stubs for you to implement.
extend. To see the range of functionality available for you to use with the Kalix JavaScript SDK, see the documentation [JavaScript section](https://docs.kalix.io/javascript/index.html). After you have modified any source files, build and the tools will preserve your changes as well as generate stubs for you to implement.

## Building

Expand Down
2 changes: 1 addition & 1 deletion samples/js/js-replicated-entity-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-replicated-entity-example",
"version": "0.0.0",
"description": "Kalix JavaScript SDK SDK example for replicated entities",
"description": "Kalix JavaScript SDK example for replicated entities",
"homepage": "https://github.com/lightbend/kalix-javascript-sdk",
"bugs": {
"url": "https://github.com/lightbend/kalix-javascript-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion samples/js/js-views-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-views-example",
"version": "0.0.0",
"description": "Kalix JavaScript SDK SDK example that demonstrates views",
"description": "Kalix JavaScript SDK example that demonstrates views",
"engineStrict": true,
"engines": {
"node": "~14"
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kalix-io/kalix-javascript-sdk",
"version": "0.0.0",
"description": "Kalix JavaScript SDK SDK",
"description": "Kalix JavaScript SDK",
"keywords": [
"kalix",
"serverless"
Expand Down