Skip to content

Fix typo on new account setup page for developers #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _site
.jekyll-cache
.jekyll-metadata
vendor
.ruby-version
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

desc "Serve API documentation locally"
task :serve do
sh "bundle exec jekyll serve"
end

task default: :serve
2 changes: 1 addition & 1 deletion getting_started/new_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: default
section_title: Getting Started
---

The first toward developing a custom integration (Procore Clients) or App Markeplace application (Technology Partners) is to register a new Developer Account on the Procore Developer Portal.
The first step toward developing a custom integration (Procore Clients) or App Markeplace application (Technology Partners) is to register a new Developer Account on the Procore Developer Portal.
Here are the steps to properly navigate the Developer Portal and successfully register for a new Developer Account.

1. First, open your browser and navigate to the [Developer Portal](https://developers.procore.com/) landing page.
Expand Down