Skip to content

Commit 88066b4

Browse files
committed
minor spelling mistake
1 parent d9b15ba commit 88066b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/misc/hangar-publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ At one point you might want to completely automate the process of publishing to
232232

233233
There are two changes you need to make:
234234

235-
First you want to get the content for updating the Resource Page. In most cases this would likely be the `README.md` of your project. (of course you can use every file in your project by simply replacing `README.md` in the following code snippet with a path relative to your prjects root)
235+
First you want to get the content for updating the Resource Page. In most cases this would likely be the `README.md` of your project. (of course you can use every file in your project by simply replacing `README.md` in the following code snippet with a path relative to your projects root)
236236

237237
`val pageContent: String = project.file("README.md").readText(Charsets.UTF_8)`
238238

0 commit comments

Comments
 (0)