Skip to content

Commit 839a7cc

Browse files
natefinchdgryski
authored andcommitted
typo
1 parent 5c0d588 commit 839a7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/advent-2018/mage-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func hash() string {
142142
### Reusing Mage Code
143143

144144
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
145+
between projects should be a priority. That's easy with the new mage:import
146146
directive. This will bring in all the mage targets from the given package as
147147
targets for anyone that runs this magefile. If you import it without the _ you
148148
can use common helper functions from the package as well. An easy way to

0 commit comments

Comments
 (0)