We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0d588 commit 839a7ccCopy full SHA for 839a7cc
content/advent-2018/mage-best-practices.md
@@ -142,7 +142,7 @@ func hash() string {
142
### Reusing Mage Code
143
144
Of course, all this code is mostly the same across projects, so sharing it
145
-between projects should be a priotity. That's easy with the new mage:import
+between projects should be a priority. That's easy with the new mage:import
146
directive. This will bring in all the mage targets from the given package as
147
targets for anyone that runs this magefile. If you import it without the _ you
148
can use common helper functions from the package as well. An easy way to
0 commit comments