Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit f8a34e1

Browse files
committed
⌨️ typo, cypress
1 parent fd2b768 commit f8a34e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

data/source/react-tutorials.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
author: "Ken Wheeler",
2929
date: "2017-10-18",
3030
description:
31-
"The first installment in a new series of tutorials, Learning React, that will focus on becoming proficient and effective with Facebook&'s React library",
31+
"The first installment in a new series of tutorials, Learning React, that will focus on becoming proficient and effective with Facebook's React library",
3232
notes:
3333
"This article was published way back in 2014, but the author has kept it up-to-date. It has been updated for react 16.",
3434
},

data/source/test-utilities.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
aka: ["test frameworks", "test tools"],
66
tags: [],
77
projects: [
8+
{ url: "https://github.com/cypress-io/cypress" },
89
{ url: "https://github.com/mochajs/mocha" },
910
{ url: "https://github.com/airbnb/enzyme", tags: ["react"] },
1011
{ url: "https://github.com/nathanboktae/mocha-phantomjs" },

0 commit comments

Comments
 (0)