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

Update all AuxEng -> Aux Eng references #77

Merged
merged 2 commits into from
Jan 5, 2023
Merged

Conversation

lelia
Copy link
Collaborator

@lelia lelia commented Dec 16, 2022

Description

Fixes #76. See also #66 (comment).

Accomplished via sed oneliner:

for FILE in theory/elements.md theory/concepts.md running/wrapping-up.md running/sourcing.md running/roles.md running/expectations.md running.md goals/platforms.md goals/mobility.md goals.md; 
do sed -i "" 's/AuxEng/Aux Eng/g' src/docs/$FILE; 
done

Changes

  • Updates all articles with consistent AuxEng -> Aux Eng spacing
  • Fixes lingering Aux Eng Docs -> Aux Eng Playbook projects references

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

@lelia lelia mentioned this pull request Dec 16, 2022
13 tasks
@lelia lelia merged commit 4016ebb into main Jan 5, 2023
@lelia lelia deleted the rename-auxeng-references branch January 5, 2023 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consistent spacing standard for Aux Eng
2 participants