Skip to content

Commit

Permalink
Fix typos (#4615)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Jan 2, 2025
1 parent 092e5d3 commit 6542dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ frp also offers a P2P connect mode.
* [Client Plugins](#client-plugins)
* [Server Manage Plugins](#server-manage-plugins)
* [SSH Tunnel Gateway](#ssh-tunnel-gateway)
* [Releated Projects](#releated-projects)
* [Related Projects](#related-projects)
* [Contributing](#contributing)
* [Donation](#donation)
* [GitHub Sponsors](#github-sponsors)
Expand Down Expand Up @@ -1260,7 +1260,7 @@ frpc tcp --proxy_name "test-tcp" --local_ip 127.0.0.1 --local_port 8080 --remote

Please refer to this [document](/doc/ssh_tunnel_gateway.md) for more information.

## Releated Projects
## Related Projects

* [gofrp/plugin](https://github.com/gofrp/plugin) - A repository for frp plugins that contains a variety of plugins implemented based on the frp extension mechanism, meeting the customization needs of different scenarios.
* [gofrp/tiny-frpc](https://github.com/gofrp/tiny-frpc) - A lightweight version of the frp client (around 3.5MB at minimum) implemented using the ssh protocol, supporting some of the most commonly used features, suitable for devices with limited resources.
Expand Down
2 changes: 1 addition & 1 deletion web/frpc/src/components/ClientConfigure.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
type="textarea"
autosize
v-model="textarea"
placeholder="frpc configrue file, can not be empty..."
placeholder="frpc configure file, can not be empty..."
></el-input>
</div>
</template>
Expand Down

0 comments on commit 6542dcd

Please sign in to comment.