Skip to content

Commit

Permalink
rename: fix 'SDK SDK' typo (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter authored May 23, 2022
1 parent bb0e289 commit 5abe4e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit 5abe4e1

Please sign in to comment.