Closed lelia closed 1 year ago
Fixes #76. See also https://github.com/wayfair-incubator/aux-eng-playbook/pull/66#discussion_r1048440010.
Accomplished via sed oneliner:
sed
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
AuxEng
Aux Eng
Aux Eng Docs
Aux Eng Playbook
Description
Fixes #76. See also https://github.com/wayfair-incubator/aux-eng-playbook/pull/66#discussion_r1048440010.
Accomplished via
sed
oneliner:Changes
AuxEng
->Aux Eng
spacingAux Eng Docs
->Aux Eng Playbook
projects referencesType of Change