docs: Correct a typo in docs/cli-reference/dfx-identity.md#2490
Merged
mergify[bot] merged 13 commits intodfinity:masterfrom Aug 31, 2022
Benjamin-Loison:patch-1
Merged
docs: Correct a typo in docs/cli-reference/dfx-identity.md#2490mergify[bot] merged 13 commits intodfinity:masterfrom Benjamin-Loison:patch-1
docs/cli-reference/dfx-identity.md#2490mergify[bot] merged 13 commits intodfinity:masterfrom
Benjamin-Loison:patch-1
Conversation
|
Dear @Benjamin-Loison, In order to potentially merge your code in this open-source repository and therefore proceed with your contribution, we need to have your approval on DFINITY's CLA1. If you decide to agree with it, please visit this issue and read the instructions there. — The DFINITY Foundation Footnotes
|
|
Dear @Benjamin-Loison, In order to potentially merge your code in this open-source repository and therefore proceed with your contribution, we need to have your approval on DFINITY's CLA1. If you decide to agree with it, please visit this issue and read the instructions there. — The DFINITY Foundation Footnotes
|
viviveevee
approved these changes
Aug 24, 2022
Contributor
|
Looks like the |
3 tasks
mergify bot
pushed a commit
that referenced
this pull request
Aug 25, 2022
# Description My `update-docs.yml` workflow breaks on PRs from forks (see #2490). Trying to fix this. # How Has This Been Tested? According to [this](https://github.com/orgs/community/discussions/26409#discussioncomment-3251818), the fix should work. # Checklist: - [x] The title of this PR complies with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). - [ ] I have edited the CHANGELOG accordingly. - [ ] I have made corresponding changes to the documentation.
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Correct two occurrences of a typo in
docs/cli-reference/dfx-identity.mdwhich is also visible in https://internetcomputer.org/docs/current/references/cli-reference/dfx-identity/#options and when runningdfx identity import -h.Checklist: