Skip to content

Commit

Permalink
fix: change apps to api
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Aug 7, 2020
1 parent f87caa4 commit 837f9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cwp-template-full/hooks/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const readJson = require("load-json-file");
const indentString = require("indent-string");

const getTitle = (environmentsCount = 0) => {
let title = "Stack: apps";
let title = "Stack: api";
if (environmentsCount) {
title += ` (${environmentsCount} environment`;
title += environmentsCount > 1 ? `s)` : `)`;
Expand Down

0 comments on commit 837f9e2

Please sign in to comment.