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

Fix spelling issues #6324

Open
wants to merge 4 commits into
base: main
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -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/<nxtp project name> 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/<nxtp project name> 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).

Expand Down
2 changes: 1 addition & 1 deletion docker/lighthouse/lambda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)


# ----------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docker/lighthouse/subscriber/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)


# ----------------------------------------
Expand Down Expand Up @@ -82,4 +82,4 @@ WORKDIR /home/node/packages/agents/lighthouse

EXPOSE 8081

CMD ["node", "--trace-warnings", "dist/tasks/run.js"]
CMD ["node", "--trace-warnings", "dist/tasks/run.js"]