Skip to content

Commit

Permalink
style: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Apr 24, 2023
1 parent 53f2547 commit a9709ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATING_V2-V3.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ await stateAggregator.aliases.write();
| `SfdxPropertyKeys.MAX_QUERY_LIMIT` | `OrgConfigProperties.ORG_MAX_QUERY_LIMIT` |
| `SfdxPropertyKeys.REST_DEPLOY` | REMOVED |

- `ConifgAggregator` will not work with any of the deprecated keys. **We strongly suggest that you move to the new keys as part of the migration process.**
- `ConfigAggregator` will not work with any of the deprecated keys. **We strongly suggest that you move to the new keys as part of the migration process.**
- If you absolutely cannot migrate to the new config keys, then you can use `SfdxConfigAggregator` in the meantime.

### Why
Expand Down

0 comments on commit a9709ae

Please sign in to comment.