Skip to content

Commit 54e8507

Browse files
committed
Fix typo in documentation and title
1 parent 1002e48 commit 54e8507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Publish Jazzy Docs to Github Pages
2-
This is a GitHub Action generate and publish [Jazzy](https://github.com/realm/jazzy/) documentation for your Swift and/or Objective-C projects.
2+
A GitHub Action to generate and publish [Jazzy](https://github.com/realm/jazzy/) documentation for your Swift and/or Objective-C projects.
33

44
## Assumptions
55
This Action expects the following to be true:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Publish Jazzy Docs:"
1+
name: "Publish Jazzy Docs"
22
description: "Generate Swift/Objective-C documentation with Jazzy and publish to Github Pages"
33
inputs:
44
config:

0 commit comments

Comments
 (0)