Skip to content

Commit

Permalink
Fix typo, Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Oct 24, 2024
1 parent e5b4187 commit 723acd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1.0a7 (unreleased)

- Add proxy target support.

**Breaking changes**

- Rename `npm` domain to `nodejs` and add support for using `pnpm` as
Expand Down
2 changes: 1 addition & 1 deletion src/mxmake/topics/core/proxy.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#:[proxy]
#:title = Proxy targets
#:description = This domain includes proxy targets which are configured in
#: `mx.ini`. I is expected that defined folder(s) contains a Makefile which
#: `mx.ini`. It is expected that defined folder(s) contains a Makefile which
#: is generated by `mxmake` and this Makefile contains the domains for which
#: proxy targets are created. The proxy configuration in the `mx.ini` file
#: looks as follows:
Expand Down

0 comments on commit 723acd3

Please sign in to comment.