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 typo of contribution guide #2087

Merged
merged 2 commits into from
Jun 23, 2023
Merged
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
7 changes: 7 additions & 0 deletions .prh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ version: 1
# index: clojure
# index: configmap
# index: docker
# index: documentation
# index: fashion-mnist
# index: flamegraph
# index: go
Expand Down Expand Up @@ -83,6 +84,12 @@ rules:
expected: Docker
options:
wordBoundary: true
- pattern:
- documentation
- documentaion
expected: documentation
options:
wordBoundary: true
- pattern: fashion-mnist
expected: Fashion-MNIST
options:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Please submit the security issue report [here](https://github.com/vdaas/vald/iss

## Contributing Source Code

Please refer to our [development documentaion](./docs/contributing/development.md) for information on setting up a development environment.
Please refer to our [development documentation](./docs/contributing/development.md) for information on setting up a development environment.

### Before contributing source code

Expand Down