Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Shashwat Pandey <[email protected]>
  • Loading branch information
SypherSP committed Mar 4, 2024
1 parent d5e639c commit 3eda11e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/Container/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file has been swizzled form Docusaurus
// This file has been swizzled from Docusaurus

import React from "react";
import clsx from "clsx";
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/Container/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file has been swizzled form Docusaurus */
/* This file has been swizzled from Docusaurus */

.codeBlockContainer {
background: var(--prism-background-color);
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/Content/Element.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file has been swizzled form Docusaurus
// This file has been swizzled from Docusaurus

import React from "react";
import clsx from "clsx";
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/Content/String.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file has been swizzled form Docusaurus
// This file has been swizzled from Docusaurus

import React from "react";
import clsx from "clsx";
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/Content/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file has been swizzled form Docusaurus */
/* This file has been swizzled from Docusaurus */

.codeBlockContent {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/CopyButton/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file has been swizzled form Docusaurus
// This file has been swizzled from Docusaurus

import React, { useCallback, useState, useRef, useEffect } from "react";
import clsx from "clsx";
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/CopyButton/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file has been swizzled form Docusaurus */
/* This file has been swizzled from Docusaurus */

:global(.theme-code-block:hover) .copyButtonCopied {
opacity: 1 !important;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/Line/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file has been swizzled form Docusaurus
// This file has been swizzled from Docusaurus

import React from "react";
import clsx from "clsx";
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/Line/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file has been swizzled form Docusaurus */
/* This file has been swizzled from Docusaurus */

/* Intentionally has zero specificity, so that to be able to override
the background in custom CSS file due bug https://github.com/facebook/docusaurus/issues/3678 */
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/WordWrapButton/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file has been swizzled form Docusaurus
// This file has been swizzled from Docusaurus

import React from "react";
import clsx from "clsx";
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/WordWrapButton/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file has been swizzled form Docusaurus */
/* This file has been swizzled from Docusaurus */

.wordWrapButtonIcon {
width: 1.2rem;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/CodeBlock/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file has been swizzled form Docusaurus
// This file has been swizzled from Docusaurus

import React, { isValidElement } from "react";
import useIsBrowser from "@docusaurus/useIsBrowser";
Expand Down

0 comments on commit 3eda11e

Please sign in to comment.