Skip to content

Commit

Permalink
fix: typo in action description
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 8, 2019
1 parent 9026985 commit 25b1bc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Octokit Request Action

> A GitHub Action to send arbiatary requests to GitHub's REST API
> A GitHub Action to send arbitrary requests to GitHub's REST API
[![Build Status](https://github.com/octokit/core.js/workflows/Test/badge.svg)](https://github.com/octokit/core.js/actions)
[![Greenkeeper](https://badges.greenkeeper.io/octokit/core.js.svg)](https://greenkeeper.io/)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: GitHub API Request
description: "Send arbiatary requests to GitHub's REST API"
description: "Send arbitrary requests to GitHub's REST API"
branding:
icon: "box"
color: gray-dark
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octokit/request-action",
"private": true,
"version": "0.0.0-development",
"description": "A GitHub Action to send arbiatary requests to GitHub's REST API",
"description": "A GitHub Action to send arbitrary requests to GitHub's REST API",
"main": "dist/index.js",
"scripts": {
"build": "ncc build index.js -o dist"
Expand Down

0 comments on commit 25b1bc6

Please sign in to comment.