diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a85450355..d39435cda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ ## Amarok 1.0.0 -- [sdk] Maintain `calculateAmountReceived` backwards caompatibility, accessible in both SdkPool and SdkBase +- [sdk] Maintain `calculateAmountReceived` backwards compatibility, accessible in both SdkPool and SdkBase ## Amarok 1.0.0-alpha.0 diff --git a/docker/README.md b/docker/README.md index 4181511038..25ea81e3ce 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,6 +1,6 @@ Docker directories named according to NXTP packages. -Config.json located in the root of each project's docker ie (repo-root)/docker/ controlls how the packages will be configured. for examples see (repo-root)/packages/examples.config.json +Config.json located in the root of each project's docker ie (repo-root)/docker/ controls how the packages will be configured. for examples see (repo-root)/packages/examples.config.json - router (pretty much just runs the router as configured). diff --git a/docker/lighthouse/lambda/Dockerfile b/docker/lighthouse/lambda/Dockerfile index c01f2dd9cf..1bc9b6df75 100644 --- a/docker/lighthouse/lambda/Dockerfile +++ b/docker/lighthouse/lambda/Dockerfile @@ -2,7 +2,7 @@ FROM public.ecr.aws/lambda/nodejs:18 as node # ---------------------------------------- # Builds Docker container for nxtp-router package. -# @dev configuraion located ./config.json (relative to this file) +# @dev configuration located ./config.json (relative to this file) # ---------------------------------------- diff --git a/docker/lighthouse/subscriber/Dockerfile b/docker/lighthouse/subscriber/Dockerfile index 475006baa5..3b8b5cda56 100644 --- a/docker/lighthouse/subscriber/Dockerfile +++ b/docker/lighthouse/subscriber/Dockerfile @@ -2,7 +2,7 @@ FROM node:18-alpine as node # ---------------------------------------- # Builds Docker container for nxtp-router package. -# @dev configuraion located ./config.json (relative to this file) +# @dev configuration located ./config.json (relative to this file) # ---------------------------------------- @@ -82,4 +82,4 @@ WORKDIR /home/node/packages/agents/lighthouse EXPOSE 8081 -CMD ["node", "--trace-warnings", "dist/tasks/run.js"] \ No newline at end of file +CMD ["node", "--trace-warnings", "dist/tasks/run.js"]